The GetSuperClass method of the IRemoteClassField interface returns the IRemoteClassField of the class from which this class is derived.
HRESULT GetSuperclass(IRemoteClassField **ppSuperclass)
[out] ppSuperclass | Returns the class from which this class is derived. |
S_OK Success.
For java.lang.Object, the root of the class hierarchy, and for primitive classes (like int) this method returns NULL.