GA_loadModeProfile

Load the mode profile information from disk for the specified driver

Declaration

void NAPI GA_loadModeProfile(
    GA_devCtx *dc,
    GA_modeProfile *profile)

Prototype In

snap/graphics.h

Parameters

dc

Device context to load mode profile information for

profile

Mode profile information block to load

 

Description

This function loads the mode profile information from disk. The mode profile is the list of modes that the driver will report to user applications. You can modify this list to customise the set of display modes that the driver supports.

Note:    This function does not update the mode profile in the driver itself, but rather you should call SetModeProfile to update the internal mode profile first before saving the options to disk.

See Also

GA_saveModeProfile

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