Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / ImageCodecInfoPrivate.cs / 2 / ImageCodecInfoPrivate.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Drawing; // sdkinc\imaging.h [StructLayout(LayoutKind.Sequential, Pack=8)] internal class ImageCodecInfoPrivate { [MarshalAs(UnmanagedType.Struct)] public Guid Clsid; [MarshalAs(UnmanagedType.Struct)] public Guid FormatID; public IntPtr CodecName = IntPtr.Zero; public IntPtr DllName = IntPtr.Zero; public IntPtr FormatDescription = IntPtr.Zero; public IntPtr FilenameExtension = IntPtr.Zero; public IntPtr MimeType = IntPtr.Zero; public int Flags = 0; public int Version = 0; public int SigCount = 0; public int SigSize = 0; public IntPtr SigPattern = IntPtr.Zero; public IntPtr SigMask = IntPtr.Zero; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Drawing; // sdkinc\imaging.h [StructLayout(LayoutKind.Sequential, Pack=8)] internal class ImageCodecInfoPrivate { [MarshalAs(UnmanagedType.Struct)] public Guid Clsid; [MarshalAs(UnmanagedType.Struct)] public Guid FormatID; public IntPtr CodecName = IntPtr.Zero; public IntPtr DllName = IntPtr.Zero; public IntPtr FormatDescription = IntPtr.Zero; public IntPtr FilenameExtension = IntPtr.Zero; public IntPtr MimeType = IntPtr.Zero; public int Flags = 0; public int Version = 0; public int SigCount = 0; public int SigSize = 0; public IntPtr SigPattern = IntPtr.Zero; public IntPtr SigMask = IntPtr.Zero; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsAuthenticationEventArgs.cs
- FunctionMappingTranslator.cs
- Timer.cs
- TableDetailsCollection.cs
- TrackBarRenderer.cs
- EventSinkHelperWriter.cs
- ServiceDurableInstanceContextProvider.cs
- StringCollectionMarkupSerializer.cs
- DiagnosticsConfiguration.cs
- COMException.cs
- RewritingProcessor.cs
- ReliabilityContractAttribute.cs
- CharStorage.cs
- versioninfo.cs
- DBAsyncResult.cs
- Style.cs
- OleDbReferenceCollection.cs
- TdsParameterSetter.cs
- Attributes.cs
- ExtensionQuery.cs
- ApplicationFileParser.cs
- TableLayoutColumnStyleCollection.cs
- diagnosticsswitches.cs
- LocatorGroup.cs
- TextProperties.cs
- Utils.cs
- ValueChangedEventManager.cs
- SplayTreeNode.cs
- SelectedDatesCollection.cs
- LayeredChannelFactory.cs
- TemplateXamlParser.cs
- BrowserDefinition.cs
- BmpBitmapDecoder.cs
- TableProviderWrapper.cs
- Compiler.cs
- NodeLabelEditEvent.cs
- DiscardableAttribute.cs
- WbmpConverter.cs
- DateTimeConstantAttribute.cs
- MessageDecoder.cs
- FlowLayoutPanel.cs
- ArithmeticException.cs
- GridViewColumnHeader.cs
- CompositeClientFormatter.cs
- MultiPageTextView.cs
- SqlConnectionStringBuilder.cs
- GridViewColumnCollection.cs
- Label.cs
- TransportSecurityBindingElement.cs
- DataSourceControlBuilder.cs
- EncoderNLS.cs
- TreeChangeInfo.cs
- ResourceCategoryAttribute.cs
- AccessViolationException.cs
- CultureInfoConverter.cs
- EdgeModeValidation.cs
- SerializerProvider.cs
- MenuCommands.cs
- ElapsedEventArgs.cs
- ThreadExceptionDialog.cs
- Decoder.cs
- EventHandlersStore.cs
- StopStoryboard.cs
- MarshalDirectiveException.cs
- SchemaImporterExtensionElementCollection.cs
- QuaternionConverter.cs
- FilterableAttribute.cs
- DifferencingCollection.cs
- WCFBuildProvider.cs
- DrawingAttributeSerializer.cs
- DefaultCommandConverter.cs
- SoapClientMessage.cs
- RequestCachingSection.cs
- ProjectionNode.cs
- UriWriter.cs
- infer.cs
- Object.cs
- AuthenticationManager.cs
- WebServiceParameterData.cs
- AsyncCodeActivity.cs
- DescriptionAttribute.cs
- EnterpriseServicesHelper.cs
- SkewTransform.cs
- FrameworkRichTextComposition.cs
- XsdBuildProvider.cs
- IItemContainerGenerator.cs
- SamlAuthenticationClaimResource.cs
- AutomationPeer.cs
- RotateTransform.cs
- PinnedBufferMemoryStream.cs
- RegexRunner.cs
- XmlElement.cs
- UpdatePanelControlTrigger.cs
- SemaphoreSecurity.cs
- ServerTooBusyException.cs
- IndependentAnimationStorage.cs
- DateTimeStorage.cs
- ExternalDataExchangeService.cs
- SqlNamer.cs
- DragCompletedEventArgs.cs