LBase::IsStatusCallBackEnabled
#include "ltwrappr.h"
L_BOOL LBase::IsStatusCallBackEnabled (L_VOID)
Indicates whether the status callback is enabled or not.
Returns
| TRUE | Status callback is enabled. | 
| FALSE | Status callback is disabled. | 
Comments
Call this function to check whether the status callback is enabled or not.
Required DLLs and Libraries
| LTKRN 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::EnableStatusCallBack, LBase::StatusCallBack, Class Members | 
Example
For an example, refer to LBase::StatusCallBack.