#include "Ltwrappr.h"
L_BOOL LContainer::EnableContainerCallBack (bEnable)
L_BOOL bEnable; |
enable flag |
Enables or disables the container callback function.
Parameter | Description | |
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. |
TRUE |
The callback function was enabled. |
FALSE |
The callback function was disabled. |
Required DLLs and Libraries
LTCON For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |