Microsoft SDK for Java

IRemoteProcessCallbackEx2::
ClassUnloadEvent

The ClassUnloadEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a Java class is unloaded.

Syntax

HRESULT ClassUnloadEvent(IRemoteThread *pThread, IRemoteClassField *pClassType)

Parameters

[in] pThread The thread that generated the event.
[in] pClassType The class that was unloaded.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

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