Microsoft SDK for Java

ImplementsInterface

Determines whether the class type cb implements the interface represented by the icb class type.

Syntax

BOOL ImplementsInterface(ClassClass *cb, ClassClass *icb, ExecEnv *ee);

Return Value

Returns TRUE if the class implements the specified interface.

Parameters

*cb The class type to test.
*icb The class type that represents an interface to test against.
*ee The placeholder for the execution environment, which is not needed by the Microsoft VM. Pass NULL.

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