DevIL Documentation Home | Previous | Next

ilutGetWinClipboard

The ilutGetWinClipboard function copies the Windows clipboard to the current image.


ILboolean ilutGetWinClipboard(
  ILvoid
);

Parameters

None

Remarks

ilutGetWinClipboard copies the contents of the Windows clipboard to the current bound image, resizing as necessary.

Error Codes

ILUT_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function.

See Also

ilGenImages, ilBindImage, ilutSetWinClipboard