Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CommonUI / System / Drawing / Advanced / ImageCodecInfoPrivate.cs / 1 / 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
- SoapMessage.cs
- ServiceElement.cs
- TypeConverters.cs
- HtmlToClrEventProxy.cs
- JournalEntryListConverter.cs
- TextCharacters.cs
- ObservableDictionary.cs
- ValidatorCollection.cs
- Matrix3DValueSerializer.cs
- ThreadPool.cs
- Storyboard.cs
- AsymmetricKeyExchangeFormatter.cs
- SecurityCredentialsManager.cs
- StsCommunicationException.cs
- Token.cs
- TransformedBitmap.cs
- BitStack.cs
- InkCollectionBehavior.cs
- SpecialFolderEnumConverter.cs
- LassoSelectionBehavior.cs
- ExtensionWindowHeader.cs
- XmlCountingReader.cs
- QueryAccessibilityHelpEvent.cs
- LostFocusEventManager.cs
- ImmutablePropertyDescriptorGridEntry.cs
- WebBrowsableAttribute.cs
- CustomValidator.cs
- Graph.cs
- UIElement3D.cs
- UnsafeNativeMethods.cs
- DataSourceComponent.cs
- BrowserDefinitionCollection.cs
- SqlErrorCollection.cs
- Scripts.cs
- HasCopySemanticsAttribute.cs
- XmlWrappingWriter.cs
- DesignTimeXamlWriter.cs
- SQLDouble.cs
- StringConverter.cs
- BrushConverter.cs
- AbstractSvcMapFileLoader.cs
- FrameworkRichTextComposition.cs
- RenderData.cs
- DockPanel.cs
- NetworkCredential.cs
- ContextMenuStrip.cs
- DataBindEngine.cs
- DataGridViewRow.cs
- Clock.cs
- DetailsViewRow.cs
- LayoutEditorPart.cs
- IdentitySection.cs
- EmissiveMaterial.cs
- ExeContext.cs
- WeakEventTable.cs
- DependencyPropertyConverter.cs
- SqlClientPermission.cs
- XmlnsCache.cs
- TextServicesCompartment.cs
- SortKey.cs
- ObjectItemCollection.cs
- SHA1CryptoServiceProvider.cs
- GZipStream.cs
- PageFunction.cs
- PageTheme.cs
- SecurityPermission.cs
- StaticDataManager.cs
- filewebresponse.cs
- XmlSchemaImport.cs
- FilteredReadOnlyMetadataCollection.cs
- SweepDirectionValidation.cs
- ProfileService.cs
- DeviceFilterDictionary.cs
- Duration.cs
- FontStretch.cs
- BamlTreeMap.cs
- BlurBitmapEffect.cs
- SqlGatherConsumedAliases.cs
- FormViewInsertedEventArgs.cs
- WebColorConverter.cs
- NumberFunctions.cs
- TransactionFormatter.cs
- TrackBarRenderer.cs
- BaseDataBoundControl.cs
- _ListenerRequestStream.cs
- OleDbParameterCollection.cs
- Switch.cs
- PartialTrustVisibleAssembly.cs
- QueryPageSettingsEventArgs.cs
- ConnectAlgorithms.cs
- BorderGapMaskConverter.cs
- BitmapSizeOptions.cs
- RedirectionProxy.cs
- ButtonChrome.cs
- storepermission.cs
- DictionaryManager.cs
- DataRelation.cs
- OLEDB_Enum.cs
- SQLUtility.cs
- TransformerInfoCollection.cs