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
This method returns a value that indicates whether the scanline is in display. The default implementation returns 0. Your driver should override this method by polling hardware registers.
Syntax
virtual int InDisplay();
Parameters
None.
Return Value
A return value of 0 indicates that the scanline is not in display. Return value of 1 indicates otherwise.
Requirements
| Header | ddgpe.h |
| Library | Ddgpe.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |