Code:
/ FX-1434 / FX-1434 / 1.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
- DesignTimeDataBinding.cs
- TreeView.cs
- DataMisalignedException.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- TextRunTypographyProperties.cs
- CaseStatementProjectedSlot.cs
- SQLDoubleStorage.cs
- RtfFormatStack.cs
- EntityModelBuildProvider.cs
- SelectedDatesCollection.cs
- DLinqTableProvider.cs
- PathGradientBrush.cs
- MarshalDirectiveException.cs
- MLangCodePageEncoding.cs
- ClientTargetSection.cs
- WpfKnownMemberInvoker.cs
- SafeLocalMemHandle.cs
- xml.cs
- NativeMethods.cs
- MD5CryptoServiceProvider.cs
- BufferAllocator.cs
- SqlProvider.cs
- BackStopAuthenticationModule.cs
- HashMembershipCondition.cs
- WmlTextBoxAdapter.cs
- Function.cs
- ScrollBarRenderer.cs
- CacheRequest.cs
- ProcessModule.cs
- XmlnsCompatibleWithAttribute.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- ClockGroup.cs
- IntegerFacetDescriptionElement.cs
- MetaTableHelper.cs
- Site.cs
- ConfigurationLocationCollection.cs
- TreeNodeClickEventArgs.cs
- GridViewAutomationPeer.cs
- InfoCardService.cs
- SettingsSection.cs
- TextChangedEventArgs.cs
- NativeRecognizer.cs
- OpenFileDialog.cs
- ScrollableControl.cs
- XPathCompileException.cs
- BaseParagraph.cs
- ServiceOperation.cs
- RIPEMD160Managed.cs
- RootBuilder.cs
- XMLSyntaxException.cs
- TreeNodeConverter.cs
- ObjectViewEntityCollectionData.cs
- ObjectCloneHelper.cs
- DockPattern.cs
- SafeRightsManagementSessionHandle.cs
- ScriptingSectionGroup.cs
- ipaddressinformationcollection.cs
- CompositeCollectionView.cs
- JapaneseCalendar.cs
- ActiveDocumentEvent.cs
- DoubleAnimationClockResource.cs
- DataGridItemCollection.cs
- TreeWalkHelper.cs
- DataGridViewCellStyleBuilderDialog.cs
- OdbcParameterCollection.cs
- InkCollectionBehavior.cs
- _KerberosClient.cs
- Substitution.cs
- FindResponse.cs
- PeerNameRecordCollection.cs
- PackageStore.cs
- OrderedDictionaryStateHelper.cs
- DataBindingCollection.cs
- FixedSOMPageElement.cs
- BindingMemberInfo.cs
- AuthenticationModuleElementCollection.cs
- EpmSourceTree.cs
- ReferencedType.cs
- SqlStatistics.cs
- FixedLineResult.cs
- SystemResourceHost.cs
- SafeFileMappingHandle.cs
- StoreItemCollection.Loader.cs
- RowSpanVector.cs
- Calendar.cs
- HtmlLink.cs
- BaseTreeIterator.cs
- SevenBitStream.cs
- WebPartConnectionsConnectVerb.cs
- DbConnectionFactory.cs
- PageCodeDomTreeGenerator.cs
- DocumentViewerAutomationPeer.cs
- MatcherBuilder.cs
- SchemaInfo.cs
- DataGridPageChangedEventArgs.cs
- SubMenuStyleCollection.cs
- AmbientValueAttribute.cs
- SinglePhaseEnlistment.cs
- XmlQueryStaticData.cs
- XsdDuration.cs