Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> capflush()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CapFlush()
------------------------------------------------------------------------------
 Purpose:
 Flush capture.

 Syntax:
 bResult = CapFlush( iLPTNum )

 Parameters:
 iLPTNum The LPT device. 1=LPT1: 2=LPT2: 3=LPT3:

 Returns:
 A boolean value (TRUE or FALSE).

 The CA-Clipper name for this function is:
 CapFlush()

 Description:
 CapFlush() returns TRUE if capturing on the specified LPT device iLPTNum
 was successfully flushed. The print job is flagged ready for printing and
 capturing restarts immediately.

 Returns FALSE if an error occurs and capturing is not flushed.

 Example:
 // To flush print capturing of LPT2:
 if ( CapFlush( 2 ) )
    ? "Print capturing to LPT2: was successfully flushed"
 endif

See Also: CapEnd() CapCancel() CapStart()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson