LONG m_nLockCnt;
Remarks
Contains the current lock count on the module. CComModule uses the lock count to determine whether any clients are accessing the module. When the lock count reached zero, the module can be unloaded.
CComModule Overview | Class Members
See Also CComModule::GetLockCount, CComModule::Lock, CComModule::Unlock