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.
3/26/2014
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 |