Initializes the automation handle.
#include "ltwrappr.h"
L_INT LAutomation::Initialize(void);
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function must be called before calling any other automation functions.
An automation handle is valid after calling LAutomation::Initialize and LAutomation::Create.
For an example, refer to LAutomation::Create.