Copies a comment from a buffer into a specified enhanced-format metafile
#include <WinAPIGdi.au3>
_WinAPI_GdiComment ( $hDC, $pBuffer, $iSize )
$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. |
Success: | True |
Failure: | False |
Search GdiComment in MSDN Library.