Microsoft Windows CE 3.0  

GetModeInfoEx

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The GetModeInfoExfunction is similar to the GPE::GetModeInfofunction. Where GPE's GetModeInfofunction obtains GPEModeinformation, this function returns DDGPE's extended mode information, if it is available.

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

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

Parameters

pModeEx
A pointer to a GPEModeExstructure, which will be set to contain information applying to the requested mode.
modeNo
The mode number for which information should be retrieved.

Return Values

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



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.