GetConfigInfo

Returns information about the installed graphics device.

Declaration

void NAPI GA_initFuncs::GetConfigInfo(
    GA_configInfo *info)

Prototype In

snap/graphics.h

Parameters

info

Place to store the returned hardware configuration information

 

Description

This function returns a structure defining the hardware configuration information for the installed graphics device that the loaded driver is controlling. This information is informative and only intended for debugging and technical support.

Note:    The dwSize member of the info 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

GetCertifyInfo

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