Gdi32FuncGetEnhMetaFileHeader Method |
Retrieves the header record of an enhanced metafile.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static uint GetEnhMetaFileHeader(
IntPtr hemf,
uint cbBuffer,
IntPtr lpemh
)
Parameters
- hemf IntPtr
- A handle to the enhanced metafile.
- cbBuffer UInt32
- The size of the header buffer, in bytes.
- lpemh IntPtr
- A pointer to the buffer that receives the header.
Return Value
UInt32The number of bytes copied to the buffer.
See Also