Determines the validity of the given automation handle.
#include "ltaut.h"
L_LTAUT_API L_INT L_AutIsValid(pAutomation)
Pointer to an automation handle.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
The automation handle will be valid after calling L_AutInit and L_AutCreate.
For an example, refer to L_AutFree.