構造体 print_job_info
[Data Structures Type and Constants]

Structure that represents a print job. [詳細]

#include <client.h>


変数

uint16 id
uint16 priority
size_t size
 Size of the print job
fstring user
fstring name
time_t t
 Time the print job was spooled
unsigned short id
 numeric ID of the print job
unsigned short priority
 represents print job priority (lower numbers mean higher priority)
char user [128]
 Name of the user that owns the print job
char name [128]
 Name of the print job.


説明

Structure that represents a print job.

client.h37 行で定義されています。


構造体

uint16 id

client.h39 行で定義されています。

参照元 cli_print_queue()queue_fn().

uint16 priority

client.h40 行で定義されています。

参照元 cli_print_queue().

size_t size

Size of the print job

client.h41 行で定義されています。

参照元 cli_print_queue()queue_fn().

fstring user

client.h42 行で定義されています。

参照元 cli_print_queue().

fstring name

client.h43 行で定義されています。

参照元 cli_print_queue()queue_fn().

time_t t

Time the print job was spooled

client.h44 行で定義されています。

参照元 cli_print_queue().

unsigned short id

numeric ID of the print job

libsmbclient.h175 行で定義されています。

unsigned short priority

represents print job priority (lower numbers mean higher priority)

libsmbclient.h179 行で定義されています。

char user[128]

Name of the user that owns the print job

libsmbclient.h187 行で定義されています。

char name[128]

Name of the print job.

This will have no name if an anonymous print file was opened. Ie smb://server/printer

libsmbclient.h192 行で定義されています。


この構造体の説明は次のファイルから生成されました:
Sambaに対してSat Aug 29 21:24:44 2009に生成されました。  doxygen 1.4.7