The GetMonitorInitializationOptions method of the IJavaEventMonitorIDInfo4 interface retrieves the per-monitor initialization options that were set through SetMonitorInitializationOptions. After all monitors have been initialized, GetFinalInitializationOptions may be used to retrieve the options that were actually used to initialize profiling support.
HRESULT GetMonitorInitializationOptions([out] DWORD *pflags);
[out] *pflags | A bitmask of JAVA_MONITOR_INIT_OPTIONS. |