LContainer::EnableContainerCallback

#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.

Returns

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

See Also

Functions:

LContainer::ContainerCallback

Topics:

Using the Container Callback

Example

For an example, refer to LContainer::ContainerCallBack.