HrMonUnlockCounters

The HrMonUnlockCounters function releases the counters, which were locked by a call to the HrMonLockCounters function, to allow modification by another thread or process.

Quick Info

Header file: MONITOR.H
Library: MONITOR.LIB

HRESULT HrMonUnlockCounters(
  VOID  
);
 

Parameters

None.

Return Values

See Return Values.

Remarks

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.

See Also

HrMonLockCounters