Microsoft SDK for Java

Class_GetField

Retrieves a handle to a field explicitly specified by name. This handle is needed to get any further information about the field.

Syntax

struct fieldblock * __cdecl Class_GetField(ClassClass *cls, const char *name);

Return Value

Returns a pointer to the field block.

Parameters

*cls The address of the class object. Use FindClass to determine this.
*name The name of the field in the class.

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