Microsoft SDK for Java

IRemoteClassField::
GetSuperClass

The GetSuperClass method of the IRemoteClassField interface returns the IRemoteClassField of the class from which this class is derived.

Syntax

HRESULT GetSuperclass(IRemoteClassField **ppSuperclass)

Parameters

[out] ppSuperclass Returns the class from which this class is derived.

Return Value

S_OK Success. 

Remarks

For java.lang.Object, the root of the class hierarchy, and for primitive classes (like int) this method returns NULL.

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