L_ClipboardReady
#include "l_bitmap.h"
L_LTDIS_API L_BOOL L_ClipboardReady(L_VOID)
Determines whether the Windows clipboard contains an image that can be copied using the L_CopyFromClipboard function.
Returns
TRUE |
The clipboard contains an image that can be copied. |
FALSE |
The clipboard does not contain an image that can be copied. |
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Platforms
Windows 2000 / XP/Vista, Windows CE.
See Also
Functions: |
|
|
|
Topics: |
Example
For a short example, refer to L_CopyFromClipboard. For complete sample code, refer to the FRAME.C module of the DEMO example.