NNS_GfdGetFrmPlttVramState

Syntax

#include <nnsys/gfd.h>
void NNS_GfdGetFrmPlttVramState(NNSGfdFrmPlttVramState* pState);

Arguments

pState Pointer to the structure that saves the allocation state of palette-use memory .

Return Values

None.

Description

Saves the current allocation state of palette-use memory in the structure specified by pState.

The information stored by this function can be specified by NNS_GfdSetFrmPlttVramState to restore the state to what it was when the palette-use memory allocation state was saved by this function. This operation can be used with the Frame Palette VRAM Manager to free the allocated palette-use memory.

See Also

NNS_GfdResetFrmPlttVramState, NNS_GfdSetFrmPlttVramState

Revision History

2004/07/16 Initial version.


CONFIDENTIAL