L_DicomPrintSCUGetCurrentPrintJobInfo

#include "ltdic.h"

L_LTDIC_API L_INT L_DicomPrintSCUGetCurrentPrintJobInfo(hPrintSCU, pPrintJobInfo, uStructSize)

Parameters

HDICOMPRINTSCU hPrintSCU

A handle to the DICOM Print SCU.

pPRINTJOBINFO pPrintJobInfo

A pointer to the print job info structure.

L_UINT uStructSize

The print job info structure.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Use the L_DicomPrintSCUGetPrintJobInfo function to query the Print SCP for information about a Print Job. After the information is retrieved successfully, the function GetPrintJobInfo can then be used to obtain the information sent by the Print SCP.

If an Attribute is not included in the response of the Print SCP, the corresponding structure member will be set to an empty string.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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

LEADTOOLS DICOM C API Help