[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_ESPLPTC()
 End specific LPT capture
------------------------------------------------------------------------------
 Syntax
 
      fn_eSpLPTc( nLPTNo ) -> nil
 
 Arguments

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

 Returns

     Nil

 Description

  This function ends the capture process to a specific LPT.
  Unlike the Cancel function, this call releases the captured data
  to the printer.

 Examples

  function main()
     return fn_eSpLPTc( 1 )


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

 Author: Christopher Shortt / Kevin Maher

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