Microsoft SDK for Java

ClassClassToClassObject

Retrieves a java.lang.Class object for a ClassClass.

Note   This method can cause a garbage collection to occur; guard any objects that you want to use after calling this method.

Syntax

HObject* __cdecl ClassClassToClassObject(ClassClass *cls);

Return Value

Returns a java.lang.Class object.

Parameters

*cls The address of the class object.

Remarks

This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.

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