PRINTJOBINFO

typedef struct tagPRINTJOBINFO 
{ 
   L_UINT uStructSize; 
   L_TCHAR szExecutionStatus[MAX_SIZE]; 
   L_TCHAR szExecutionStatusInfo[MAX_SIZE]; 
   L_TCHAR szPrintPriority[MAX_SIZE]; 
   L_TCHAR szCreationDate[MAX_SIZE]; 
   L_TCHAR szCreationTime[MAX_SIZE]; 
   L_TCHAR szPrinterName[MAX_SIZE]; 
   L_TCHAR szOriginator[MAX_SIZE]; 
} PRINTJOBINFO, * pPRINTJOBINFO; 

The PRINTJOBINFO structure is used for the Print Job information retrieved from the Print SCP.

Members

uStructSize

Size of the structure.

szExecutionStatus

Execution Status (2100,0020).

szExecutionStatusInfo

Execution Status Info (2100,0030).

szPrintPriority

Print Priority (2000,0020).

szCreationDate

Creation Date (2100,0040).

szCreationTime

Creation Time (2100,0050).

szPrinterName

Printer Name (2110,0030).

szOriginator

Originator (2100,0070).

Comments

Refer to the DICOM standard for more details about the attributes described by this structure.

When using the structure with the function L_DicomPrintSCUGetPrintJobInfo to specify the required Print Job information, the member uStructSize must specify the size of the structure. The function L_DicomPrintSCUGetPrintJobInfo which obtains the information retrieved sets the member to the size of the structure.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.