WORD Output(
LPPDEVICE lpDestDev,
WORD wStyle,
WORD wCount,
LPPOINT lpPoints,
LPPPEN lpPPen,
LPPBRUSH lpPBrush,
LPDRAWMODE lpDrawMode,
LPRECT lpClipRect
);
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 Windows versions 2.0 and later) should support the OS_ENDNSCAN style.
Output(OS_BEGINNSCAN), PDEVICE, PBITMAP, DRAWMODE, RECT, POINT