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.
FLUSHOUTPUT
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define FLUSHOUTPUT 6 
short Control(lpDevice, FLUSHOUTPUT, NULL, NULL)
LPPDEVICE lpDevice;
 
The FLUSHOUTPUT escape flushes output in the device's buffer.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
lpDevice   Points to a PDEVICE structure specifying the destination device.
 
Return Value
 
The return value is positive if the escape is successful. Otherwise, it is
negative.
 
Comments
 
This escape is intended for banding printer drivers. When called, they
should reinitialize the banding bitmap (that is, eliminate anything in the
bitmap that is only partially drawn).
 
See Also
 
PDEVICE