The GetInterfaces method of the IRemoteClassField interface returns an IJavaEnumRemoteField enumerator for the interfaces that this class implements.
HRESULT GetInterfaces(IJavaEnumRemoteField **ppEnum)
[out] ppEnum | Returns an enumerator for the interfaces that this class implements. |
S_OK Success.
E_OUTOFMEMORY Insufficient memory.
If the class implements no interfaces, an empty enumerator is returned.