gflExportIntoClipboard
The gflExportIntoClipboard function allows to export a picture into clipboard..
GFL_ERROR gflExportIntoClipboard( GFL_BITMAP * bitmap );
Parameters
- bitmap
- Pointer to a GFL_BITMAP structure.
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also