Funktionreferenz


_WinAPI_GdiComment


Copies a comment from a buffer into a specified enhanced-format metafile

#include <WinAPIGdi.au3>
_WinAPI_GdiComment ( $hDC, $pBuffer, $iSize )

Parameter

$hDC Handle to an enhanced-metafile device context.
$pBuffer A pointer to the buffer that contains the comment.
$iSize The length of the comment buffer, in bytes.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach GdiComment in der MSDN Bibliothek.