dlm_MonIsInitialized()
Access function for initialization state of the module.
#include "dlmmon.h" DlmBoolean dlm_MonIsInitialized ( void );
dlm_MonIsInitialized() is the access function for initialization state of the module.
dlm_MonIsInitialized() returns TRUE
if the module is initialized, FALSE
otherwise.
if (dlm_MonIsInitialized()) { dlm_MonUninitialize(); }