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.
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 |