LAutomation::GetActiveContainer
#include "ltwrappr.h"
LContainer* LAutomation::GetActiveContainer (void )
Gets the handle to the active automation container.
Returns
!NULL |
Pointer to an LContainer class object that contains the handle to the active automation container. |
NULL |
An error occurred. |
Comments
To change the active automation container use LAutomation::SetActiveContainer.
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: |
|
Topics: |
Example
For an example, refer to LAutomation::SetActiveContainer.