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.
Size of the structure.
Execution Status (2100,0020).
Execution Status Info (2100,0030).
Print Priority (2000,0020).
Creation Date (2100,0040).
Creation Time (2100,0050).
Printer Name (2110,0030).
Originator (2100,0070).
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 Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document