L_AutClipboardDataReady

#include "ltaut.h"

L_LTAUT_API L_INT L_AutClipboardDataReady(pAutomation, pfReady)

Determines whether the Windows clipboard contains valid automation data that can be pasted using the L_AutPaste function.

Parameters

pAUTOMATIONHANDLE pAutomation

Pointer to an automation handle.

L_BOOL * pfReady

A pointer to a variable to be updated with a value that indicates whether or not valid automation data exists on the clipboard. Possible values are:

Value Meaning
TRUE There is valid automation data on the clipboard.
FALSE There is no valid automation data on the clipboard.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

If the automation handle was created using AUTOMATION_MODE_VECTOR, then the clipboard contents should be a vector image.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_AutPaste.

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

LEADTOOLS Container and Automation C API Help