GrGetScreenInfo()

Name

GrGetScreenInfo() -- Return screen properties

Synopsis

void GrGetScreenInfo ( GR_SCREEN_INFO * sip );

Description

This function returns run time information about the screen configuration under which the application is running. The screen properties are returned in the caller supplied GR_SCREEN_INFO structure.

Parameters

TypeNameDescription
GR_SCREEN_INFOsipA pointer to the caller supplied structure to receive the screen information.

See Also

GrGetWindowInfo(),