|
Definition:
|
a32Dib0 dib = getDibFromClipboard()
|
|
Description:
|
Gets a bitmap from the clipboard and returns it.
Returns 0 if no bitmap could be copied from the clipboard.
|
|
Comments:
|
When you no longer need the bitmap, you have to delete it by calling the killDib procedure.
|
|
See Also:
|
killDib
|