GPE::GetModeInfo

This method populates a GPEMode structure with data for the requested mode.

virtual SCODE GetModeInfo( 
  GPEMode* pMode, 
  int modeNo 
);

Parameters

  • pMode
    [out] Pointer to a GPEMode structure.
  • modeNo
    [in] Integer specifying the mode to return information about.

Return Values

None.

Remarks

The first mode is mode 0. The preferred mode for the device is mode 0.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Gpe.h.
Link Library: Gpe_lib.lib.

See Also

Display Drivers | GPEMode

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.