DevIL Documentation | Home | Previous | Next |
The ilutSetWinClipboard function copies an image to the Windows clipboard.
ILboolean ilutSetWinClipboard(
ILvoid
);
None
ilutSetWinClipboard copies the current bound image to the Windows clipboard.
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).
ilGenImages, ilBindImage, ilutGetWinClipboard