@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Header structure used with Enhanced Meta File data !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct ENHMETAHEADER { public uint iType; public int nSize; public RECT rclBounds; public RECT rclFrame; public uint dSignature; public uint nVersion; public uint nBytes; public uint nRecords; public ushort nHandles; public ushort sReserved; public uint nDescription; public uint offDescription; public uint nPalEntries; public SIZE szlDevice; public SIZE szlMillimeters; public uint cbPixelFormat; public uint offPixelFormat; public uint bOpenGL; public SIZE szlMicrometers; } !!!!VB Definition: Structure ENHMETAHEADER Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: ENHMETAHEADER@msdn on MSDN
Edit Structures.ENHMET...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.