Funktionreferenz


_WinAPI_GetEnhMetaFile


Creates a handle that identifies the enhanced-format metafile stored in the specified file

#include <WinAPIGdi.au3>
_WinAPI_GetEnhMetaFile ( $sFilePath )

Parameter

$sFilePath The name of an enhanced metafile (.emf).

Rückgabewert

Success: Handle to the 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

Siehe auch

Suche nach GetEnhMetaFile in der MSDN Bibliothek.