Processes each container enumerated by the LAutomation::EnumContainers function.
#include "ltwrappr.h"
virtual L_VOID LAutomation::EnumContainersCallBack(pLContainer)
Pointer to an LContainer object that references the handle of the container being enumerated.
Nothing.
This function is called for each container enumerated by LAutomation::EnumContainers.
The enumeration process continues until the last container is enumerated or an error occurs.
To use this function, derive a class from LAutomation and override this function.
For an example, refer to LAutomation::EnumContainers.