L_AutCanRedo

#include "ltaut.h"

L_LTAUT_API L_INT L_AutCanRedo(pAutomation, pfCanRedo)

pAUTOMATIONHANDLE pAutomation ;

/* pointer to an automation handle */

L_BOOL * pfCanRedo ;

/* pointer to an integer */

Determines whether or not the last automation operation in the active automation container can be redone.

Parameter

Description

pAutomation

Pointer to an automation handle.

pfCanRedo

A pointer to the variable to be updated with a value that indicates whether or not 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

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

LTAUT

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:

L_AutRedo, L_AutUndo, L_AutCanUndo, L_AutGetUndoLevel, L_AutSetUndoLevel

Topics:

Undoing and Redoing Automation Operations

Example

For an example, refer to L_AutRedo.