L_VecClipboardReady

Summary

Determines whether the Windows clipboard contains vector data that can be copied using the L_VecCopyFromClipboard function.

Syntax

#include "ltvkrn.h"

L_LVKRN_API L_BOOL L_VecClipboardReady(L_VOID)

Returns

Value Meaning
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

See Also

Functions

Topics

Example

For an example, refer to L_VecCopyFromClipboard.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.