Microsoft SDK for Java

IRemoteProcess::
Detach

The Detach method of the IRemoteProcess interface detaches the IRemoteProcessCallbackEx2 interface from a Java process after the debugger attached its IRemoteProcessCallbackEx2 interface with a previous call to RegisterCallback.

Syntax

HRESULT Detach(void)

Return Value

S_OK Success. 

E_FAIL No debugger IRemoteProcessCallbackEx2 interface is registered.

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