Determines whether the Windows clipboard contains valid automation data that can be pasted using the LAutomation::Paste function.
#include "ltwrappr.h"
L_BOOL LAutomation::ClipboardDataReady (void)
Value | Meaning |
---|---|
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.
For an example, refer to LAutomation::Paste.