Platform SDK: Exchange Server |
The HrMonUnlockCounters function releases the counters, which were locked by a call to the HrMonLockCounters function, to allow modification by another thread or process.
Header file: | MONITOR.H |
Library: | MONITOR.LIB |
HRESULT HrMonUnlockCounters( VOID );
None.
See Return Values.
Call HrMonUnlockCounters when you are through accessing user-defined counters.
For more information on this function, see Monitor Sampling Functions and the HrMonUnlockCounters function in MONITOR.C under the MONITOR code sample in Code Samples folder.