Microsoft SDK for Java

IJavaEventMonitorIDInfo4::
SetMonitorInitializationOptions

The SetMonitorInitializationOptions method of the IJavaEventMonitorIDInfo4 interface sets the initialization options requested by this monitor. This method will fail after all monitors have been initialized, which is indicated by receipt of JVM_EVENT_TYPE2_MONITORS_INITIALIZED. Event monitors may call GetFinalInitializationOptions when JVM_EVENT_TYPE2_MONITORS_INITIALIZED is received to check which options were enabled.

Syntax

HRESULT SetMonitorInitializationOptions([in] DWORD flags);

Parameters

[in] flags A bitmask of JAVA_MONITOR_INIT_OPTIONS.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.