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
- ConnectionOrientedTransportManager.cs
- HwndHost.cs
- Lazy.cs
- RbTree.cs
- ApplicationCommands.cs
- XmlCharCheckingReader.cs
- InputProcessorProfilesLoader.cs
- TypeGeneratedEventArgs.cs
- ToolStripInSituService.cs
- StdValidatorsAndConverters.cs
- ByteRangeDownloader.cs
- DataGridCellItemAutomationPeer.cs
- SerializationFieldInfo.cs
- Matrix3D.cs
- _ListenerResponseStream.cs
- DropDownList.cs
- Span.cs
- SafeThemeHandle.cs
- _NestedSingleAsyncResult.cs
- UdpSocket.cs
- XamlDesignerSerializationManager.cs
- ResponseBodyWriter.cs
- CompressionTransform.cs
- DrawingGroupDrawingContext.cs
- HttpSessionStateWrapper.cs
- SqlBuilder.cs
- Type.cs
- SafeArrayTypeMismatchException.cs
- XmlSiteMapProvider.cs
- ConfigurationUtility.cs
- SafeRightsManagementQueryHandle.cs
- RtfToken.cs
- VisualStateManager.cs
- WebColorConverter.cs
- NullReferenceException.cs
- FilteredAttributeCollection.cs
- HelpInfo.cs
- ApplicationCommands.cs
- Pair.cs
- DataPointer.cs
- RijndaelManagedTransform.cs
- MetadataCacheItem.cs
- SharedPersonalizationStateInfo.cs
- BinaryReader.cs
- Condition.cs
- LabelEditEvent.cs
- TabControl.cs
- QilReplaceVisitor.cs
- MemoryFailPoint.cs
- ItemsPresenter.cs
- SqlRowUpdatedEvent.cs
- EditorPartCollection.cs
- TransformedBitmap.cs
- DataRowCollection.cs
- NativeCompoundFileAPIs.cs
- DataTemplate.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- ExpressionBinding.cs
- TypeBinaryExpression.cs
- CloseCollectionAsyncResult.cs
- TaskSchedulerException.cs
- UniqueSet.cs
- ListViewItemSelectionChangedEvent.cs
- DefaultConfirmation.cs
- InkSerializer.cs
- DirtyTextRange.cs
- WebContext.cs
- ToolStripSeparator.cs
- SettingsContext.cs
- StringValidatorAttribute.cs
- BitmapPalette.cs
- EventLogPermissionEntry.cs
- Attachment.cs
- ButtonField.cs
- SelectionProcessor.cs
- ExpressionPrinter.cs
- DateRangeEvent.cs
- PropertySourceInfo.cs
- TimerEventSubscription.cs
- Int64AnimationBase.cs
- Command.cs
- DataServiceException.cs
- VirtualPath.cs
- panel.cs
- AudioException.cs
- _HelperAsyncResults.cs
- ContentPlaceHolder.cs
- HwndHostAutomationPeer.cs
- XpsStructure.cs
- HierarchicalDataSourceControl.cs
- DataGridColumn.cs
- XmlnsPrefixAttribute.cs
- SemanticResolver.cs
- CacheAxisQuery.cs
- WindowsSolidBrush.cs
- WindowsScrollBarBits.cs
- GridItemPatternIdentifiers.cs
- SourceInterpreter.cs
- PartitionResolver.cs
- ToolStripDropDownButton.cs