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
- TextEmbeddedObject.cs
- AdornerPresentationContext.cs
- SourceCollection.cs
- httpapplicationstate.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- ICollection.cs
- SmiEventStream.cs
- SqlFacetAttribute.cs
- RenderContext.cs
- TypeDescriptionProviderAttribute.cs
- TemplateComponentConnector.cs
- ConstraintManager.cs
- StatusBar.cs
- OleDbRowUpdatedEvent.cs
- FormattedTextSymbols.cs
- PageAsyncTask.cs
- TextTreeTextNode.cs
- HijriCalendar.cs
- PointLightBase.cs
- WebReferenceCollection.cs
- VirtualizingStackPanel.cs
- TrustLevelCollection.cs
- SQLDecimalStorage.cs
- PerfCounters.cs
- RuntimeCompatibilityAttribute.cs
- CallbackHandler.cs
- WebServiceClientProxyGenerator.cs
- FileVersion.cs
- QilChoice.cs
- ServiceDeploymentInfo.cs
- GorillaCodec.cs
- ExceptionRoutedEventArgs.cs
- UIElementPropertyUndoUnit.cs
- MimeParameter.cs
- UseManagedPresentationBindingElement.cs
- UnsafeNativeMethods.cs
- ContextInformation.cs
- PenThread.cs
- ExecutedRoutedEventArgs.cs
- FixedPageStructure.cs
- TimeSpanConverter.cs
- ScriptManagerProxy.cs
- RuleInfoComparer.cs
- Model3DCollection.cs
- AssemblyName.cs
- ReliableChannelListener.cs
- ReadonlyMessageFilter.cs
- HuffmanTree.cs
- PolyLineSegment.cs
- XmlNodeChangedEventManager.cs
- HttpBrowserCapabilitiesWrapper.cs
- DBSchemaTable.cs
- DynamicEntity.cs
- InputLanguageEventArgs.cs
- RegistrationServices.cs
- CultureInfoConverter.cs
- Closure.cs
- GatewayIPAddressInformationCollection.cs
- InitializationEventAttribute.cs
- GACMembershipCondition.cs
- AnnotationResourceCollection.cs
- SqlCacheDependencySection.cs
- PathFigureCollectionConverter.cs
- XmlSchemaImport.cs
- MimeMultiPart.cs
- WindowCollection.cs
- ParentControlDesigner.cs
- FlowDocument.cs
- SessionSwitchEventArgs.cs
- PageEventArgs.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- CmsInterop.cs
- RoleGroupCollection.cs
- EntityProviderFactory.cs
- JsonFormatWriterGenerator.cs
- XPathDocumentNavigator.cs
- UnsafeNativeMethods.cs
- FirewallWrapper.cs
- PropertyGrid.cs
- Activity.cs
- SmtpNtlmAuthenticationModule.cs
- BitmapEffect.cs
- WinFormsComponentEditor.cs
- CheckBoxList.cs
- Misc.cs
- LinqDataSourceDeleteEventArgs.cs
- Operators.cs
- InvalidBodyAccessException.cs
- Point4DValueSerializer.cs
- XmlBindingWorker.cs
- DataGridViewColumnHeaderCell.cs
- BindingEntityInfo.cs
- InfiniteTimeSpanConverter.cs
- oledbmetadatacollectionnames.cs
- TransformationRules.cs
- ResourceDictionaryCollection.cs
- cache.cs
- TemplatePartAttribute.cs
- DefaultBinder.cs
- MsmqHostedTransportConfiguration.cs