Microsoft SDK for Java

IRemoteObjectEx::
GetIdentity

The GetIdentity method of the IRemoteObjectEx interface returns a new IRemoteObjectEx interface that is detached from any container. This method is typically used for data breakpoints, and allows a debugger to retain an object reference across debuggee execution.

Syntax

HRESULT GetIdentity(IRemoteObjectEx **ppIdentity)

Parameters

[out] **ppIdentity Returns a new object representing the current object detached from all containers.

Return Value

S_OK Success. 

E_FAIL This object is not a data object.

E_OUTOFMEMORY Insufficient memory.

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