The GetOuterClass method of the IRemoteInnerClassField returns an IRemoteClassField interface representing the outer class of this inner class.
HRESULT GetOuterClass(IRemoteClassField **ppOuterClass)
[out] ppOuterClass | Returns the outer class of this inner class. |
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.