Microsoft SDK for Java

IRemoteClassField::
GetInterfaces

The GetInterfaces method of the IRemoteClassField interface returns an IJavaEnumRemoteField enumerator for the interfaces that this class implements.

Syntax

HRESULT GetInterfaces(IJavaEnumRemoteField **ppEnum)

Parameters

[out] ppEnum Returns an enumerator for the interfaces that this class implements.

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

Remarks

If the class implements no interfaces, an empty enumerator is returned.

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