|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
JOB_INFO_2
The JOB_INFO_2 structure describes a full set of values associated with a job.
typedef struct _JOB_INFO_2 { // ji2 DWORD JobId; LPTSTR pPrinterName; LPTSTR pMachineName; LPTSTR pUserName; LPTSTR pDocument; LPTSTR pNotifyName; LPTSTR pDatatype; LPTSTR pPrintProcessor; LPTSTR pParameters; LPTSTR pDriverName; LPDEVMODE pDevMode; LPTSTR pStatus; PSECURITY_DESCRIPTOR pSecurityDescriptor; DWORD Status; DWORD Priority;
DWORD Position; DWORD StartTime; DWORD UntilTime; DWORD TotalPages; DWORD Size; SYSTEMTIME Submitted; DWORD Time; DWORD PagesPrinted ; } JOB_INFO_2;
Members
JobId
Specifies a job identifier value.
pPrinterName
Points to a null-terminated string that specifies the name of the printer for which the job is spooled.
pMachineName
Points to a null-terminated string that specifies the name of the machine that created the print job.
pUserName
Points to a null-terminated string that specifies the name of the user who owns the print job.
pDocument
Points to a null-terminated string that specifies the name of the print job (for example, "MS-WORD: Review.doc").
pNotifyName
Points to a null-terminated string that specifies the name of the user who should be notified when the job has been printed or when an error occurs while printing the job.
pDatatype
Points to a null-terminated string that specifies the type of data used to record the print job.
pPrintProcessor
Points to a null-terminated string that specifies the name of the print processor that should be used to print the job.
pParameters
Points to a null-terminated string that specifies print-processor parameters.
pDriverName
Points to a null-terminated string that specifies the name of the printer driver that should be used to process the print job.
pDevMode
Points to a DEVMODE structure that contains device-initialization and environment data for the printer driver.
pStatus
Points to a null-terminated string that specifies the status of the print job. This member should be checked prior to Status and, if pStatus is NULL, the status is defined by the contents of the Status member.
pSecurityDescriptor
The value of this member is NULL. Retrieval and setting of document security descriptors is not supported in this release.
Status
Specifies the job status. This member can be one or more of the following values:
JOB_STATUS_PAUSED JOB_STATUS_ERROR JOB_STATUS_DELETING JOB_STATUS_SPOOLING JOB_STATUS_PRINTING JOB_STATUS_OFFLINE JOB_STATUS_PAPEROUT JOB_STATUS_PRINTED
Priority
Specifies the job priority. This member can be one of the following values or in the range between 1 through 99 (MIN_PRIORITY through MAX_PRIORITY):
Value Meaning MIN_PRIORITY Minimum priority. MAX_PRIORITY Maximum priority. DEF_PRIORITY Default priority.
Position
Specifies the job's position in the print queue.
StartTime
Specifies the earliest time that the job can be printed.
UntilTime
Specifies the the latest time that the job can be printed.
TotalPages
Specifies the number of pages required for the job.
Size
Specifies the size, in bytes, of the job.
Submitted
Specifies the time when the job was submitted.
Time
Specifies the total time, in seconds, that has elapsed since the job began printing.
PagesPrinted
Specifies the number of pages that have printed.
See Also
DEVMODE, EnumJobs, GetJob, SetJob
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
JOB_INFO_2
Структура JOB_INFO_2 описывает полный набор величин связанных работой.
typedef struct _JOB_INFO_2 { // ji2 DWORD JobId; LPTSTR pPrinterName; LPTSTR pMachineName; LPTSTR pUserName; pDocument LPTSTR; LPTSTR pNotifyName; LPTSTR pDatatype; pPrintProcessor LPTSTR; LPTSTR pParameters; LPTSTR pDriverName; LPDEVMODE pDevMode; LPTSTR pStatus; pSecurityDescriptor PSECURITY_DESCRIPTOR; СТАТУС DWORD; ПРИОРИТЕТ DWORD;
ПОЗИЦИЯ DWORD; DWORD StartTime; DWORD UntilTime; DWORD TotalPages; РАЗМЕР DWORD; SYSTEMTIME ПОДАН; ВРЕМЯ DWORD; DWORD PagesPrinted; } JOB_INFO_2;
Участники
JobId
Определяет величину идентификатора работы.
pPrinterName
Точки на недействительный расторгнутую строку, которые определяют имя принтера для которого работа буферизована.
pMachineName
Точки на недействительный расторгнутую строку, которые определяют имя машины, которая создавала работу отпечатка.
pUserName
Точки на недействительный расторгнутую строку, которые определяют имя потребителя, который обладает работой отпечатка.
pDocument
Точки на недействительный расторгнутую строку, которые определяют имя работы отпечатка (например, "МС-WORD: Review.doc").
pNotifyName
Точки на недействительный расторгнутую строку, которые определяют имя потребителя, который должен быть извещен когда работа напечатана или когда ошибка происходит при печати работы.
pDatatype
Точки на недействительный расторгнутую строку, которые определяют тип данных использованное, чтобы записывать работу распечатки.
pPrintProcessor
Точки на недействительный расторгнутую строку, которые определяют имя процессора распечатки, которая должна быть использована, чтобы печатать работу.
pParameters
Точки на недействительный расторгнутую строку, которые определяют распечатку-процессор параметров.
pDriverName
Точки на недействительный расторгнутую строку, которые определяют имя драйвера принтера, который должен быть использован, чтобы обрабатывать работу распечатки.
pDevMode
Точки на структуру DEVMODE, которые содержат устройство-инициализацию и данные среды для драйвера принтера.
pStatus
Точки на недействительный расторгнутую строку, которые определяют статус работы распечатки. Этот элемент должен быть проверен до Статуса и, если pStatus НЕДЕЙСТВИТЕЛЕН, статус определен содержанием элемента Статуса.
pSecurityDescriptor
Величина этого элемента НЕДЕЙСТВИТЕЛЬНА. Поиск и установка дескрипторов безопасности документа не поддерживан в этой версии.
Статус
Определяет статус работы. Этот элемент может быть одно или более из следующего величин:
JOB_STATUS_PAUSED JOB_STATUS_ERROR JOB_STATUS_DELETING JOB_STATUS_SPOOLING JOB_STATUS_PRINTING JOB_STATUS_OFFLINE JOB_STATUS_PAPEROUT JOB_STATUS_PRINTED
Приоритет
Определяет приоритет работы. Этот элемент может быть одним из следующего величин или в дипазоне между 1 по 99 (MIN_PRIORITY через MAX_PRIORITY):
Значение Величины приоритет Минимума MIN_PRIORITY. приоритет Максимума MAX_PRIORITY. приоритет Умолчания DEF_PRIORITY.
Позиция
Определяет позицию работы в очереди распечатки.
StartTime
Определяет самое раннее время, что работа может быть напечатана.
UntilTime
Определяет самое последнее время, что работа может быть напечатана.
TotalPages
Определяет количество страниц необходимое для работы.
Размер
Определяет размер, в байтах, работы.
Поданное
Определяет время когда работа была подана.
Время
Определяет полное время, в течение секунд, которое прошло с тех пор как тех пор как работа начала печататься.
PagesPrinted
Определяет количество страниц, которые напечатались.
Смотри Также
DEVMODE, EnumJobs, GetJob, SetJob
|
|
|
|
| |