Microsoft SDK for Java

IRemoteInnerClassField::
GetOuterClass

The GetOuterClass method of the IRemoteInnerClassField returns an IRemoteClassField interface representing the outer class of this inner class.

Syntax

HRESULT GetOuterClass(IRemoteClassField **ppOuterClass)

Parameters

[out] ppOuterClass Returns the outer class of this inner class.

Return Value

S_OK Success. 

S_FALSE This class has no outer class; ppOuterClass is NULL.

E_CLASSNOTFOUND Unable to load the outer class of this inner class.

E_OUTOFMEMORY Insufficient memory.

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