libsmbclient
Data Fields
print_job_info Struct Reference

#include <libsmbclient.h>

Data Fields

unsigned short id
unsigned short priority
size_t size
char user [128]
char name [128]
time_t t

Detailed Description

Structure that represents a print job.

Definition at line 213 of file libsmbclient.h.


Field Documentation

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines