NWSetCaptureFlags(3nw)


NWSetCaptureFlags -- sets device redirection and print job information flags

Synopsis

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

NWCCODE NWAPI NWSetCaptureFlags (NWCONN_HANDLE conn, nuint8 LPTDevice, NWCAPTURE_FLAGS1 N_FAR * captureFlags1);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

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

captureFlags1
(IN) Points to NWCAPTURE_FLAGS1 containing the capture flags to be set for the specified LPT device.

Return values

0x0000
SUCCESSFUL

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

NWGetCaptureFlags(3nw), NWStartQueueCapture(3nw), NWGetCaptureStatus(3nw), NWStartFileCapture(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.