Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / ImageCodecInfoPrivate.cs / 1305376 / 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;
public int Version;
public int SigCount;
public int SigSize;
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
- DeferredBinaryDeserializerExtension.cs
- IBuiltInEvidence.cs
- TrustLevel.cs
- OdbcParameterCollection.cs
- PropertyInformation.cs
- Utils.cs
- SqlConnectionString.cs
- WorkflowView.cs
- StreamInfo.cs
- Pts.cs
- PasswordDeriveBytes.cs
- WmlLinkAdapter.cs
- WebPartCatalogAddVerb.cs
- EntityTypeEmitter.cs
- AutoGeneratedField.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- KerberosSecurityTokenAuthenticator.cs
- SQLBinaryStorage.cs
- ParallelTimeline.cs
- CryptoStream.cs
- GenericsInstances.cs
- Privilege.cs
- XmlReflectionMember.cs
- InputLanguageSource.cs
- DependentList.cs
- ApplicationHost.cs
- DataListCommandEventArgs.cs
- Parameter.cs
- Expression.cs
- TrackingConditionCollection.cs
- ObsoleteAttribute.cs
- externdll.cs
- OracleParameter.cs
- __ComObject.cs
- DeploymentExceptionMapper.cs
- RawStylusSystemGestureInputReport.cs
- ListViewDataItem.cs
- DocumentGridContextMenu.cs
- MappedMetaModel.cs
- HtmlInputHidden.cs
- AlignmentXValidation.cs
- WebPart.cs
- Matrix3DConverter.cs
- DataTrigger.cs
- FormViewModeEventArgs.cs
- XmlSchemaAnyAttribute.cs
- ControlType.cs
- filewebresponse.cs
- ResolvedKeyFrameEntry.cs
- ItemsChangedEventArgs.cs
- ApplicationBuildProvider.cs
- UnsafeNativeMethods.cs
- LabelInfo.cs
- ObjectNotFoundException.cs
- ScriptManagerProxy.cs
- GridItemProviderWrapper.cs
- HttpListenerRequest.cs
- DataBindingList.cs
- BitmapData.cs
- WinInetCache.cs
- safesecurityhelperavalon.cs
- SettingsSavedEventArgs.cs
- odbcmetadatacolumnnames.cs
- ValueProviderWrapper.cs
- XPathSelectionIterator.cs
- CryptoHandle.cs
- ListViewCommandEventArgs.cs
- SharedUtils.cs
- WasAdminWrapper.cs
- DependsOnAttribute.cs
- MenuTracker.cs
- SafeProcessHandle.cs
- Publisher.cs
- GZipDecoder.cs
- PropertyEntry.cs
- StandardBindingReliableSessionElement.cs
- WebBrowserBase.cs
- DataGridViewElement.cs
- BinaryParser.cs
- Attributes.cs
- Assembly.cs
- VirtualDirectoryMapping.cs
- UidPropertyAttribute.cs
- TrackBar.cs
- PrtCap_Public.cs
- ValidationPropertyAttribute.cs
- DataGridViewCellValidatingEventArgs.cs
- Run.cs
- LineMetrics.cs
- precedingsibling.cs
- BitConverter.cs
- WorkflowNamespace.cs
- GeneralTransform3D.cs
- DetailsViewCommandEventArgs.cs
- ContentTextAutomationPeer.cs
- ReadOnlyKeyedCollection.cs
- FieldCollectionEditor.cs
- documentsequencetextview.cs
- IsolatedStoragePermission.cs
- PerformanceCounterPermissionEntryCollection.cs