|
|
|
|
GA_setGlobalOptions
Sets the current global options for the graphics device driver.
Declaration
void NAPI GA_setGlobalOptions(
GA_globalOptions *options)
Prototype In
snap/graphics.h
Parameters
options |
Global options to make active. |
Description
This function installs a new set of global device options that control the operation of all the devices 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_saveGlobalOptions 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
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com