DDGPE::GetModeInfoEx (Compact 2013)
3/26/2014
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 |