Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Output(OS_ENDNSCAN)
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
WORD Output(lpDestDev, OS_ENDNSCAN, 0, NULL, NULL, NULL, NULL, NULL)
LPPDEVICE lpDestDev;
 
The OS_ENDNSCAN style specifies that the Output function carries out any
action needed to complete a series of scan line output. GDI calls this
function to mark the end of a series of calls to the Output function in
which the OS_SCANLINES style is specified. GDI marks the start of the series
with a matching OS_BEGINNSCAN style.
 
Every graphics driver (for versions 2.0 and later) should support the
OS_ENDNSCAN style.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
lpDestDev  Points to a PDEVICE or PBITMAP structure specifying the
           destination device or bitmap.
 
Return Value
 
The return value is 1.
 
See Also
 
Output(OS_BEGINNSCAN)