Supported Browsers Home   
GA_modeProfile Previous   
GA_monitorFlagsType Next   
Type Definitions Up   

GA_monitor

Declaration

typedef struct {
    char    mfr[MONITOR_MFR_LEN+1];
    char    model[MONITOR_MODEL_LEN+1];
    char    PNPID[8];
    uchar   maxResolution;
    uchar   minHScan;
    uchar   maxHScan;
    uchar   minVScan;
    uchar   maxVScan;
    uchar   flags;
    } GA_monitor

Prototype In

snap/monitor.h

Description

Monitor configuration information structure. This structure defines the capabilities of the attached display monitor, and is used internally in SNAP Graphics to decide what features the driver should report for the attached monitor.

Members

mfr

Monitor manufacturer (key)

model

Monitor model name (sub-key)

PNPID

Plug and Play ID (optional)

maxResolution

Maximum resolution id

minHScan

Minimum horizontal scan

maxHScan

Maximum horizontal scan

minVScan

Minimum vertical scan

maxVScan

Maximum vertical scan

flags

Capabilities flags

 

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