|
libsmbclient
|
#include <libsmbclient.h>
Data Fields | |
| unsigned short | id |
| unsigned short | priority |
| size_t | size |
| char | user [128] |
| char | name [128] |
| time_t | t |
Structure that represents a print job.
Definition at line 213 of file libsmbclient.h.
| unsigned short id |
numeric ID of the print job
Definition at line 217 of file libsmbclient.h.
| char name[128] |
Name of the print job. This will have no name if an anonymous print file was opened. Ie smb://server/printer
Definition at line 234 of file libsmbclient.h.
| unsigned short priority |
represents print job priority (lower numbers mean higher priority)
Definition at line 221 of file libsmbclient.h.
| size_t size |
Size of the print job
Definition at line 225 of file libsmbclient.h.
| time_t t |
Time the print job was spooled
Definition at line 238 of file libsmbclient.h.
| char user[128] |
Name of the user that owns the print job
Definition at line 229 of file libsmbclient.h.
1.7.4