Supported Browsers Home   
GA_saveMonitorInfo Previous   
GA_sectRect Next   
External Functions Up   

GA_saveOptions

Save the options to disk for the specified driver

Declaration

ibool NAPI GA_saveOptions(
    GA_devCtx *dc,
    GA_options *options)

Prototype In

snap/graphics.h

Parameters

dc

Device context to save options information for

options

Driver options information block to save

 

Return Value

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

Description

This function saves the driver options information to disk.

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

See Also

GetOptions, SetOptions, GA_saveModeProfile, GA_saveCRTCTimings

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