Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method returns DDGPE's extended mode information, if it is available. This is similar to the GPE::GetModeInfo method, which obtains GPEMode information.
virtual SCODE GetModeInfoEx(GPEModeEx* pModeEx,intmodeNo);
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 Values
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
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddgpe.h.
Link Library: Ddgpe.lib.
See Also
DDGPE Class | DDGPE Class Definition
Send Feedback on this topic to the authors