Microsoft SDK for Java

Class_GetInterfaceCount

Retrieves the total number of interfaces implemented by the class.

Syntax

unsigned __cdecl Class_GetInterfaceCount(ClassClass *cls);

Return Value

Returns the number of interfaces.

Parameters

*cls The address of the class object. Use FindClass to determine the class.

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