Microsoft SDK for Java

IRemoteObject::
GetType

The GetType method of the IRemoteObject interface returns an IRemoteField interface that represents the type of this object. A debugger then normally calls IRemoteField::GetKind to determine the FIELDKIND of this object. The type will be an array type, a class type, or a Java primitive data type.

Syntax

HRESULT GetType(IRemoteField **ppType)

Parameters

[out] **ppType Returns an IRemoteField representing the type of this object.

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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