The GetInnerClassName method of the IRemoteInnerClassField returns the original name of the inner class, not the decorated class name generated by the Java compiler.
HRESULT GetInnerClassName(LPOLESTR *ppszName)
[out] ppszName | Returns the original name of the inner class. |
S_OK Success.
E_OUTOFMEMORY Insufficient memory.