GPE::SetMode

This method is called to enable the GPE-based device driver, if it is not already enabled, and to request a specific mode for the display.

Syntax

virtual SCODE SetMode( int modeID );

Parameters

modeID
Mode number to set.

Remarks

The modeID is the value from the modeID member of the GPEMode structure populated by a prior call to GPE::GetModeInfo. This can differ from the modeNo value used in the GetModeInfo call.

See Also

GPE::GetModeInfo