Gets the handle to the active automation container.
#include "ltwrappr.h"
LContainer* LAutomation::GetActiveContainer (void )
Value | Meaning |
---|---|
!NULL | Pointer to an LContainer class object that contains the handle to the active automation container. |
NULL | An error occurred. |
To change the active automation container use LAutomation::SetActiveContainer.
For an example, refer to LAutomation::SetActiveContainer.