Enables or disables the container callback function.
#include "Ltwrappr.h"
L_BOOL LContainer::EnableContainerCallBack (bEnable)
Flag that indicates whether to enable or disable the container callback function. Possible values are:
Value | Meaning |
---|---|
TRUE | Enable the container callback function. |
FALSE | Disable the container callback function. |
Value | Meaning |
---|---|
TRUE | The callback function was enabled. |
FALSE | The callback function was disabled. |
For an example, refer to LContainer::ContainerCallBack.