LBase::IsOverlayCallBackEnabled

#include "ltwrappr.h"

L_BOOL LBase::IsOverlayCallBackEnabled (L_VOID)

Indicates whether the overlay callback is enabled or not.

Returns

TRUE

Status callback is enabled.

FALSE

Status callback is disabled.

Comments

Call this function to check whether the overlay callback is enabled or not.

Required DLLs and Libraries

LTFIL

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

Elements:

LBase::EnableOverlayCallBack, LBase::OverlayCallBack, Class Members

Example

For an example, refer to LBase::OverlayCallBack.