Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

PRINTJOBINFO

Show in webframe

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.

Member

Description

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.

See Also

Functions:

LDicomPrintSCU::GetPrintJobInfo

Topics:

Print Management SCU

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.