Microsoft SDK for Java

IRemoteInnerClassField::
GetInnerClassName

The GetInnerClassName method of the IRemoteInnerClassField returns the original name of the inner class, not the decorated class name generated by the Java compiler.

Syntax

HRESULT GetInnerClassName(LPOLESTR *ppszName)

Parameters

[out] ppszName Returns the original name of the inner class.

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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