L_AutCanRedo

Summary

Indicates whether the last automation operation in the active automation container can be redone.

Syntax

#include "ltaut.h"

L_LTAUT_API L_INT L_AutCanRedo(pAutomation, pfCanRedo)

Parameters

pAUTOMATIONHANDLE pAutomation

Pointer to an automation handle.

L_BOOL * pfCanRedo

A pointer to the variable to be updated with a value that indicates whether an automation operation can be redone. Possible values are:

Value Meaning
TRUE The last automation operation can be redone.
FALSE The last automation operation cannot be redone.

Returns

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

Comments

To redo an automation operation, call L_AutRedo.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_AutRedo.

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

LEADTOOLS Container and Automation C API Help

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