#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. | |
| uint16 id |
| uint16 priority |
| size_t size |
| time_t t |
| unsigned short id |
| unsigned short priority |
| char user[128] |
| 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.h の 192 行で定義されています。
1.4.7