PM_saveVGAState

Save the VGA hardware state into a save buffer

Declaration

void PMAPI PM_saveVGAState(
    void *stateBuf)

Prototype In

pmapi.h

Parameters

stateBuf

Place to save the state of the VGA hardware

 

Description

Save the state of all VGA compatible registers into save buffer passed in the 'stateBuf' parameter. You must first call the PM_getVGAStateSize function to allocate a buffer big enough to hold the VGA hardware state before you call this function.

See Also

PM_getVGAStateSize, PM_restoreVGAState

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com