re_image2clipboard()

extern XXX_ERROR XXX_API re_image2clipboard(const ReImage *image);
      

Parameter:

image
Address of a structure to receive the destination ReImage image.

Return value:

Handle of the allocated memory, NULL in case of error.

Comment:

This function is available under Windows only. The image in ReImage format will be set into the clipboard. The allocated memory can be freed by a call to re_freeimage() with the given handle.

Reference: