PRINTJOBINFO

Summary

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

Syntax

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; 

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 LDicomPrintSCU::GetPrintJobInfo to specify the required Print Job information, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetPrintJobInfo which obtains the information retrieved sets the member to the size of the structure.

Usage

See Also

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

LEADTOOLS DICOM C++ Class Library Help

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