Output(OS_ENDNSCAN)

  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.

Parameters

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)