GetOptions

Returns the current device driver options from the graphics device driver.

Declaration

void NAPI GA_initFuncs::GetOptions(
    GA_options *options)

Prototype In

snap/graphics.h

Parameters

options

Place to store the returned options information

 

Description

This function returns a structure which contains device driver configuration options for the installed device driver.

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

SetOptions, GA_saveOptions

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