Share via


DDGPE::GetModeInfoEx (Windows Embedded CE 6.0)

1/6/2010

Returns DDGPE's extended mode information, if it is available. This is similar to the GPE::GetModeInfo method, which obtains GPEMode information.

Syntax

virtual SCODE GetModeInfoEx(
  GPEModeEx* pModeEx,
  int modeNo 
);

Parameters

  • pModeEx
    Pointer to a GPEModeEx structure, which contains information applying to the requested mode.
  • modeNo
    Mode number for which information should be retrieved.

Return Value

The return value is S_OK, if the method is successful. Otherwise, an error code is returned.

Remarks

Your driver should override this method to offer this extended information to DDGPE.

Requirements

Header ddgpe.h
Library Ddgpe.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

DDGPE Class
DDGPE Class Definition