Funktionreferenz


_WinAPI_SetEnhMetaFileBits


Creates a memory-based enhanced-format metafile from the specified data

#include <WinAPIGdi.au3>
_WinAPI_SetEnhMetaFileBits ( $pData, $iLength )

Parameter

$pData A pointer to the buffer that contains the enhanced-metafile data. To obtain the metafile data, call the
_WinAPI_GetEnhMetaFileBits() function.
$iLength The size of the buffer, in bytes.

Rückgabewert

Success: Handle to a memory-based enhanced metafile.
Failure: 0.

Bemerkungen

When the application no longer needs an enhanced-metafile handle, it should delete the handle by calling the
_WinAPI_DeleteEnhMetaFile() function.

Verwandte Funktionen

_WinAPI_DeleteEnhMetaFile, _WinAPI_GetEnhMetaFileBits

Siehe auch

Suche nach SetEnhMetaFileBits in der MSDN Bibliothek.