Click or drag to resize

Gdi32FuncGetEnhMetaFileHeader Method

Retrieves the header record of an enhanced metafile.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

UInt32
The number of bytes copied to the buffer.
See Also