Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - n_qfile( <cqueue>, <cfile> [, <choldtype> ] ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_QFILE( <cQueue>, <cFile> [, <cHoldType> ] )


Parameters

<cQueue>
Name of the print queue. The name of the queue may be prefixed with the 
name of the server on which it resides:

N_QFILE('FS2\LASER2', 'MYFILE.TXT')


<cFile>
File name.

<cHoldType>
Hold status. See the table below.


Returns

Job number assigned by the Queue Management System.


Description

Places a File directly on the named print queue. If the File and queue 
are on the same server, this function will work significantly faster 
than issuing the command TYPE FILE TO PRINT or an equivalent.

The print flags for the job will be the same as those for the default 
capture device. See N_CAPSET().

The default behavior is that the job will print as soon as its turn 
comes up. You can optionally place the job on hold by passing a hold 
status as the third argument.

<cHoldStatus>      Meaning
U                  User hold
O                  Operator hold
B                  Both

Any other job attributes must be set by using the job number returned 
by N_QFILE() as an argument for N_QJSET().



See Also: N_CAPSET() N_QJSET()

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