#include "ltwrappr.h"
L_BOOL LAutomation::ClipboardDataReady (void)
Determines whether the Windows clipboard contains valid automation data that can be pasted using the LAutomation::Paste function.
TRUE |
There is valid automation data on the clipboard. |
FALSE |
There is not valid automation data on the clipboard. |
If the automation handle was created using AUTOMATION_MODE_VECTOR, then the clipboard contents should be a vector image.
Required DLLs and Libraries
LTAUT For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |