Function Reference


_WinAPI_GdiComment

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

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

Parameters

$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.

Return Value

Success: True
Failure: False

See Also

Search GdiComment in MSDN Library.