L_VecClipboardReady
#include "lvkrn.h"
L_BOOL EXT_FUNCTION L_VecClipboardReady(L_VOID)
Determines whether the Windows clipboard contains vector data that can be copied using the L_VecCopyFromClipboard function.
Returns
TRUE |
The clipboard contains vector data that can be copied. |
FALSE |
The clipboard does not contain vector data that can be copied. |
Comments
To copy vector data to the clipboard, call L_VecCopyToClipboard.
To copy vector data to a vector handle, from the clipboard, call L_VecCopyFromClipboard.
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
Example
For an example, refer to L_VecCopyFromClipboard.