Retrieves a handle to a field explicitly specified by name. This handle is needed to get any further information about the field.
struct fieldblock * __cdecl Class_GetField(ClassClass *cls, const char *name);
Returns a pointer to the field block.
*cls | The address of the class object. Use FindClass to determine this. |
*name | The name of the field in the class. |