The GetMonitorUsage method of the IJavaEventMonitorIDInfo interface is called by a profiler to retrieve information about Java monitors (Java synchronization objects or critical sections).
HRESULT GetMonitorUsage(hyper *pmonitors_used);
A count of how many Java monitors are currently in use.
[out] *pmonitors_used | The count of how many Java monitors are currently in use. |