DLM Server
dlm_ServerIsInitialized()
Access function for initialization state of the module.
#include "dlmsrv.h"
DlmBoolean dlm_ServerIsInitialized
(
void
);
dlm_ServerIsInitialized() is the access function for initialization state of the module.
dlm_ServerIsInitialized() returns TRUE
if the module is initialized, FALSE otherwise.
if (dlm_ServerIsInitialized())
{
dlm_SrvUninitialize();
}