Microsoft SDK for Java

Field_GetStaticPtr

Returns an address of the static data.

Syntax

PVOID __cdecl Field_GetStaticPtr(struct fieldblock *field);

Return Value

Returns an address to the data for static fields, or NULL for non-static fields.

Parameters

*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.

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