Microsoft SDK for Java

FindClassFromClass

This function is similar to FindClassEx, but takes a ClassClass, supplying the ClassLoader context to use to

Syntax

ClassClass* __cdecl FindClassFromClass(const char *pszClassName, DWORD dwFlags, ClassClass *pContextClass);

Parameters

*pszClassName The name of the class to locate.
dwFlags One of the following flags:

FINDCLASSEX_NOINIT: If the class is a system class, prevents the class’s static initializer from running.

FINDCLASSEX_IGNORECASE: Performs a case-insensitive validation of the class name, as opposed to the case-sensitive validation that normally occurs.

FINDCLASSEX_SYSTEMONLY: Looks only for the named class as a system class.

*pContextClass An extra ClassClass parameter to do java.lang.ClassLoader relative lookups.

Remarks

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

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