[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_FSPLPTC()
 Flush specific LPT capture
------------------------------------------------------------------------------
 Syntax
 
      fn_fSpLPTc( nLPTNo ) -> nil
 
 Arguments

     <nLPTno> is the specific LPT capture buffer to cancel.
                                1 - LPT1, 2 - LPT2, 3 - LPT3

 Returns

      Nil

 Description

  This function flushes the capture buffer associated with the specified
  printer by releasing the buffer to the printer if the capture was
  to a network printer. If the capture is to a file, the file is closed.
  The connection to the print queue is maintained by this call and
  the capture continues. A new capture file is created with the next
  charater sent after this call.

  This call clears the Capture in Progress and Print Job Valid flags while
  maintaining the LPT Capture and Print Queue Capture flags.

 Examples

  function main()
     return fn_fSpLPTc( 1 )


 Source: N:\SRC\PRINT\LPTCAPT.PRG

 Author: Christopher Shortt / Kevin Maher

See Also: fn_sSpLPTC() fn_eSpLPTC() fn_cSpLPTc()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson