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
- NonClientArea.cs
- CommandEventArgs.cs
- FrameworkElementFactoryMarkupObject.cs
- MenuItemCollectionEditorDialog.cs
- Rect.cs
- MoveSizeWinEventHandler.cs
- AttachedAnnotation.cs
- TemplateControlParser.cs
- HierarchicalDataBoundControl.cs
- Scripts.cs
- DataDesignUtil.cs
- SqlVersion.cs
- ProtocolsConfigurationEntry.cs
- dataobject.cs
- CurrencyWrapper.cs
- NumericUpDownAcceleration.cs
- QilInvokeEarlyBound.cs
- precedingquery.cs
- invalidudtexception.cs
- ItemMap.cs
- AttributeProviderAttribute.cs
- ScriptingProfileServiceSection.cs
- WebEncodingValidatorAttribute.cs
- XmlILIndex.cs
- GridViewUpdateEventArgs.cs
- LocalizedNameDescriptionPair.cs
- PixelFormatConverter.cs
- AdvancedBindingEditor.cs
- RepeatBehavior.cs
- SqlDataSourceStatusEventArgs.cs
- CodeDelegateInvokeExpression.cs
- PartitionedDataSource.cs
- URLIdentityPermission.cs
- InputScopeNameConverter.cs
- CTreeGenerator.cs
- PersistenceTypeAttribute.cs
- TypeValidationEventArgs.cs
- CalendarDateRangeChangingEventArgs.cs
- HttpModulesSection.cs
- LinkedResource.cs
- RTTrackingProfile.cs
- DataBoundControlActionList.cs
- HttpContextServiceHost.cs
- ToolStripContentPanel.cs
- XmlAttributeCollection.cs
- CalendarAutoFormat.cs
- RegexCaptureCollection.cs
- StyleSheetDesigner.cs
- TextBox.cs
- PlatformNotSupportedException.cs
- CodeDOMProvider.cs
- InputQueue.cs
- ToolbarAUtomationPeer.cs
- CodeLabeledStatement.cs
- KeyEvent.cs
- ProfileSection.cs
- Triplet.cs
- PathFigureCollectionConverter.cs
- CodeTypeReference.cs
- CustomLineCap.cs
- MultipartIdentifier.cs
- NavigateEvent.cs
- PointLight.cs
- ComplexBindingPropertiesAttribute.cs
- TextBox.cs
- DynamicQueryableWrapper.cs
- OdbcReferenceCollection.cs
- RegisteredHiddenField.cs
- RectAnimationBase.cs
- FontConverter.cs
- CatalogPartCollection.cs
- AssemblyBuilder.cs
- Update.cs
- HttpCookieCollection.cs
- FilteredSchemaElementLookUpTable.cs
- SiteOfOriginPart.cs
- X509SecurityToken.cs
- CallContext.cs
- SecUtil.cs
- AppDomainAttributes.cs
- XPathNodeInfoAtom.cs
- CookieParameter.cs
- CodeSnippetExpression.cs
- Grammar.cs
- XmlAnyElementAttributes.cs
- ExecutionEngineException.cs
- SystemIPInterfaceProperties.cs
- Empty.cs
- StatusBarAutomationPeer.cs
- RangeValueProviderWrapper.cs
- ConnectionInterfaceCollection.cs
- BamlRecords.cs
- ToolStripDropDownDesigner.cs
- Size.cs
- FrugalList.cs
- StyleBamlTreeBuilder.cs
- BypassElementCollection.cs
- Win32.cs
- Win32.cs
- WebSysDisplayNameAttribute.cs