NWGetCaptureStatus(3nw)


NWGetCaptureStatus -- returns whether a device is currently captured

Synopsis

   #include <nwprint.h> 
   or 
   #include <nwcalls. h> 
   

NWCCODE NWAPI NWGetCaptureStatus (nuint8 LPTDevice);

Description

The parameters are as follows:

LPTDevice
(IN) Specifies the number of the specified LPT device.

Return values

0x0000
LPT device is not being captured

0x00FF
LPT device is currently being captured

any other value
LPT device is not getting captured

Notices

Under Netx, LPTDevice can have the following values:

1
LPT1

2
LPT2

3
LPT3
Under VLM and OS/2, LPTDevice can have up to nine values (1-9).

Services

Print

NCP calls

None

References

NWStartQueueCapture(3nw), NWStartFileCapture(3nw),


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.