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 - <b>#defines used by n_capget</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
#defines used by N_CAPGET

Entries marked with * can by modified with N_CAPSET.
Numbers in [brackets] indicate maximum string length.

#define CAP_STATUS        1  Capture Status
#define CAP_COMMAND       2  N_CAPSET only*
#define CAP_AUTOEND       3  Auto End Capture*
#define CAP_BANNER        4  Print Banner* [12]
#define CAP_COPIES        5  # of Copies*
#define CAP_CPL           6  Characters Per Line*
#define CAP_FORMNO        7  Form Number*
#define CAP_LPP           8  Lines Per Page*
#define CAP_NOFF          9  No Form Feed*
#define CAP_NOTIFY       10  Job Completion Notify*
#define CAP_QUEUE        11  Target Queue* [48]
#define CAP_SERVER       12  File Server (where Queue is)* [48]
#define CAP_TABS         13  Tab Expansion Count*
#define CAP_TIMEOUT      14  Timeout (seconds)*
#define CAP_USER         15  User Name (printed on Banner)* [12]

#define CAP_PRINTER      16  Target Network Printer*
#define CAP_JOBNO        18  Job Number

#define CAP_RESET        19  Print Reset String*
#define CAP_RESETMAX     20  Reset String Max
#define CAP_SETUP        21  Print Setup String*
#define CAP_SETUPMAX     22  Setup String Max
#define CAP_JNAME        34  Job Name*[12]
#define CAP_FNAME        33  Form Name*[12]

Capture Commands
#define CAP_START       'S'  Start capturing
#define CAP_END         'E'  End capturing
#define CAP_CANCEL      'C'  Cancel capturing (throw away)
#define CAP_FLUSH       'F'  Flush capture (queue and continue)

Capture Status (returned by N_CAPGET)
#define CAP_ACTIVE      'A'  capturing is active
#define CAP_LOCAL       'L'  capturing is not active


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