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