Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Advanced / ImageCodecInfoPrivate.cs / 1 / ImageCodecInfoPrivate.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /*************************************************************************\ * * Copyright (c) 1998-1999, Microsoft Corp. All Rights Reserved. * * Module Name: * * ImageCodecInfo.cs * * Abstract: * * Native GDI+ ImageCodecInfo structure. * * Revision History: * * 1/26/2k [....] * Created it. * \**************************************************************************/ 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckPair.cs
- UIElement.cs
- RightsManagementPermission.cs
- CharStorage.cs
- WhitespaceSignificantCollectionAttribute.cs
- CompilationUtil.cs
- ConfigWriter.cs
- ObjectItemCachedAssemblyLoader.cs
- XPathNavigator.cs
- WindowInteractionStateTracker.cs
- Nullable.cs
- Renderer.cs
- invalidudtexception.cs
- RtType.cs
- CodeTypeReference.cs
- _SSPISessionCache.cs
- UniqueIdentifierService.cs
- FlagsAttribute.cs
- RijndaelManagedTransform.cs
- MaterialGroup.cs
- ApplicationSecurityInfo.cs
- DetailsView.cs
- HtmlEmptyTagControlBuilder.cs
- ThreadAbortException.cs
- FilteredXmlReader.cs
- newitemfactory.cs
- FtpWebResponse.cs
- _NegotiateClient.cs
- MessageSecurityVersionConverter.cs
- EntityConnectionStringBuilder.cs
- StoreAnnotationsMap.cs
- DoubleLinkList.cs
- EntityModelBuildProvider.cs
- TimelineClockCollection.cs
- ContextMenu.cs
- StorageEntitySetMapping.cs
- PrintingPermissionAttribute.cs
- RIPEMD160Managed.cs
- FixedBufferAttribute.cs
- ValidationResult.cs
- HtmlElementCollection.cs
- HostedBindingBehavior.cs
- UnsignedPublishLicense.cs
- MD5CryptoServiceProvider.cs
- StrongNameIdentityPermission.cs
- DataGridViewCell.cs
- SelectorAutomationPeer.cs
- DbProviderFactory.cs
- SrgsNameValueTag.cs
- PaperSource.cs
- DesignerDataStoredProcedure.cs
- XmlSchemaAttribute.cs
- recordstatescratchpad.cs
- NameObjectCollectionBase.cs
- NameNode.cs
- FileResponseElement.cs
- CommandConverter.cs
- Win32Exception.cs
- Type.cs
- COM2Enum.cs
- RegexWorker.cs
- COM2EnumConverter.cs
- XmlUtil.cs
- XmlSchemaParticle.cs
- XmlDocumentType.cs
- MainMenu.cs
- EventDescriptor.cs
- Helper.cs
- DataGridTableCollection.cs
- ObjectConverter.cs
- WebPartZoneCollection.cs
- DataGridToolTip.cs
- SelectingProviderEventArgs.cs
- SrgsRulesCollection.cs
- Attachment.cs
- PerformanceCounterManager.cs
- HttpGetProtocolReflector.cs
- CqlErrorHelper.cs
- UriTemplateQueryValue.cs
- ZeroOpNode.cs
- WebBrowser.cs
- ObjectDataSource.cs
- AttributeTableBuilder.cs
- PrintPreviewGraphics.cs
- ObjectStateManager.cs
- DataFormat.cs
- AnimationClock.cs
- objectresult_tresulttype.cs
- AvTraceFormat.cs
- AbstractExpressions.cs
- WindowsIPAddress.cs
- MultiSelector.cs
- ValidatedControlConverter.cs
- ApplicationBuildProvider.cs
- StringHandle.cs
- PrtCap_Reader.cs
- InternalResources.cs
- IPEndPoint.cs
- DataTable.cs
- XmlStringTable.cs