Supported Browsers Home   
GA_getFakePCIID Previous   
GA_getInternalName Next   
External Functions Up   

GA_getGlobalOptions

Returns the current global options from the graphics device driver.

Declaration

void NAPI GA_getGlobalOptions(
    GA_globalOptions *options,
    ibool shared)

Prototype In

snap/graphics.h

Parameters

options

Place to store the returned options information

shared

True if the device driver should be loaded into shared memory

 

Description

This function returns a structure which contains global configuration options effecitve for the installed devices.

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 into the callers structure.

See Also

GA_setGlobalOptions, GA_saveGlobalOptions

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