DevIL Documentation Home | Previous | Next

ilutSetWinClipboard

The ilutSetWinClipboard function copies an image to the Windows clipboard.


ILboolean ilutSetWinClipboard(
  ILvoid
);

Parameters

None

Remarks

ilutSetWinClipboard copies the current bound image to the Windows clipboard.

Error Codes

ILUT_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function. The current image may also have a bpp of less than 24 (doesn't support copying palette'd images yet).

See Also

ilGenImages, ilBindImage, ilutGetWinClipboard