Supported Browsers Home   
GA_saveModeProfile Previous   
GA_saveOptions Next   
External Functions Up   

GA_saveMonitorInfo

Save the monitor profile to disk for the specified driver

Declaration

ibool NAPI GA_saveMonitorInfo(
    GA_devCtx *dc,
    GA_monitor *monitor)

Prototype In

snap/graphics.h

Parameters

dc

Device context to save options information for

monitor

Monitor profile to save to disk

 

Return Value

True on success, false on error (see GA_status for error info)

Description

This function saves the monitor profile information to disk.

Note:    This function does not update the driver monitor stored in the driver itself, but rather you should call SetMonitorInfo to update the internal options first before saving the options to disk.

See Also

GetMonitorInfo, SetMonitorInfo

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