Determines the validity of the class object's automation handle.
#include "ltwrappr.h"
L_BOOL LAutomation::IsValid(void)
Value | Meaning |
---|---|
TRUE | The function was successful. |
FALSE | An error occurred. Refer to Return Codes. |
The automation handle will be valid after calling LAutomation::Initialize and LAutomation::Create.
For an example, refer to LAutomation::Free.