Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetcapact()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETCAPACT()
 Determines if the capture mode is active for an LPT device
------------------------------------------------------------------------------
 Syntax

     NNETCAPACT(<nPrinter>) --> lActive

     Netware : 2.2 and 3.11

 Argument

     <nPrinter>  Designates the LPT device that is examined to determine
     if the capture mode is active.  LPT1(1) to LPT3(3) are allowed.

 Returns

     NNETCAPACT() returns .T. when the capture mode for the designated LPT
     device is active.

 Description

     NOVELL NETWORK CAPTURE ACTIVE
     With NNETCAPACT(), you can determine if the capture mode is active for
     the designated LPT device and if the printer output has been redirected
     accordingly.  If the function returns .T., the print output is on the
     network server in the allocated queue.

 Example

     Determine the capture mode status for LPT1:

     NNETCAPBEG(1)                 // Start capture mode
     ? NNETCAPACT(1)               // .T.
     NNETCAPEND(1)                 // End capture mode
     ? NNETCAPACT(1)               // .F.

See Also: NNETCAPBEG() NNETCAPEND() NNETCAPCAN()

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