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
- NetStream.cs
- ItemContainerGenerator.cs
- TcpAppDomainProtocolHandler.cs
- DropShadowBitmapEffect.cs
- Switch.cs
- SecurityContext.cs
- Msec.cs
- DataGridItemCollection.cs
- TileModeValidation.cs
- NavigationProperty.cs
- PropertyDescriptorComparer.cs
- FatalException.cs
- XmlObjectSerializer.cs
- BuildProviderCollection.cs
- MetafileHeaderWmf.cs
- Mutex.cs
- SmtpException.cs
- ManagedIStream.cs
- StateRuntime.cs
- GlobalAclOperationRequirement.cs
- MonthCalendar.cs
- BamlBinaryReader.cs
- FilterException.cs
- TableItemPatternIdentifiers.cs
- DataProviderNameConverter.cs
- EventListener.cs
- DesignerProperties.cs
- CharacterMetricsDictionary.cs
- XslException.cs
- DataRowCollection.cs
- SamlAssertionKeyIdentifierClause.cs
- Color.cs
- ColorBlend.cs
- CookieHandler.cs
- PenLineJoinValidation.cs
- ArglessEventHandlerProxy.cs
- EntityClientCacheEntry.cs
- Viewport3DVisual.cs
- Rotation3DAnimationBase.cs
- FunctionQuery.cs
- FixedPageProcessor.cs
- ProxyWebPartConnectionCollection.cs
- NativeMethods.cs
- TransactionState.cs
- TrackingServices.cs
- HostDesigntimeLicenseContext.cs
- DataGridClipboardHelper.cs
- XmlArrayAttribute.cs
- CorrelationManager.cs
- PictureBox.cs
- ACL.cs
- ProgressBarRenderer.cs
- HwndHostAutomationPeer.cs
- Separator.cs
- AutomationPatternInfo.cs
- ExtenderProvidedPropertyAttribute.cs
- TempEnvironment.cs
- Keyboard.cs
- RuntimeResourceSet.cs
- SafeEventLogWriteHandle.cs
- StorageMappingItemLoader.cs
- InternalsVisibleToAttribute.cs
- ToolboxItem.cs
- ImmutablePropertyDescriptorGridEntry.cs
- WorkflowMarkupSerializationManager.cs
- TextSchema.cs
- HTMLTagNameToTypeMapper.cs
- ViewKeyConstraint.cs
- XXXInfos.cs
- PaperSource.cs
- MenuRendererStandards.cs
- HttpCapabilitiesBase.cs
- HttpAsyncResult.cs
- PlainXmlWriter.cs
- DecoderNLS.cs
- DataServiceEntityAttribute.cs
- UrlMappingsSection.cs
- WebRequest.cs
- ContentPlaceHolder.cs
- SamlSubject.cs
- CompiledIdentityConstraint.cs
- RuleSettings.cs
- AudioFormatConverter.cs
- ListenerChannelContext.cs
- GridItemPatternIdentifiers.cs
- IndentedWriter.cs
- webeventbuffer.cs
- MultiTargetingUtil.cs
- Mutex.cs
- ProcessModuleCollection.cs
- ToolboxService.cs
- serverconfig.cs
- IERequestCache.cs
- DesignerHost.cs
- TakeQueryOptionExpression.cs
- TraceContextRecord.cs
- DrawingContextDrawingContextWalker.cs
- CriticalFinalizerObject.cs
- SafeEventLogWriteHandle.cs
- InputProcessorProfilesLoader.cs