Supported Browsers Home   
SetMonitorInfo Previous   
SetRef2dPointer Next   
GA_initFuncs Up   

SetOptions

Sets the device driver options for the graphics device driver.

Declaration

void NAPI GA_initFuncs::SetOptions(
    GA_options *options)

Prototype In

snap/graphics.h

Parameters

options

Device driver otions to make active for the display driver.

 

Description

This function installs a new set of device driver options that control the operation of the device driver at runtime. A default set of options is always built into the device driver, but the options can be changed at any time. The options may be made permanent with a call to the GA_saveOptions function.

Note:    The dwSize member of the profile structure is intended for future compatibility, and must be set to the size of the structure before calling this function. Only the number of bytes set in the dwSize member will be copied from the callers structure.

See Also

GetOptions, GA_saveOptions

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