The GetFinalInitializationOptions method of the IJavaEventMonitorIDInfo4 interface retrieves the final options used to initialize profiling support. This method will fail before all monitors have been initialized, which is indicated by receipt of JVM_EVENT_TYPE2_MONITORS_INITIALIZED.
HRESULT GetFinalInitializationOptions([out] DWORD *pflags);
[out] *pflags | A bitmask of JAVA_MONITOR_INIT_OPTIONS. |