Returns an address of the static data.
PVOID __cdecl Field_GetStaticPtr(struct fieldblock *field);
Returns an address to the data for static fields, or NULL for non-static fields.
*field | The field block of the field. The underlying structure of field block is not defined; it is used only to prevent accidental type misuse using the alternative, PVOID. |