typedef struct tagPRINTERINFO
{
L_UINT uStructSize;
L_TCHAR szPrinterStatus[MAX_SIZE];
L_TCHAR szPrinterStatusInfo[MAX_SIZE];
L_TCHAR szPrinterName[MAX_SIZE];
L_TCHAR szManufacturer[MAX_SIZE];
L_TCHAR szManufacturerModelName[MAX_SIZE];
L_TCHAR szDeviceSerialNumber[MAX_SIZE];
L_TCHAR szSoftwareVersions[MAX_SIZE];
L_TCHAR szDateOfLastCalibration[MAX_SIZE];
L_TCHAR szTimeOfLastCalibration[MAX_SIZE];
} PRINTERINFO, * pPRINTERINFO;
The PRINTERINFO structure is used to specify the printer information retrieved from the Print SCP.
Size of the structure.
Printer Status (2110,0010).
Printer Status Info (2110,0020).
Printer Name (2110,0030).
Manufacturer (0008,0070).
Manufacturer's Model Name (0008,1090).
Device Serial Number (0018,1000).
Software Version(s) (0018,1020).
Date of Last Calibration (0018,1200).
Time of Last Calibration (0018,1201).
Refer to the DICOM standard for more details about the attributes described by this structure.
When using the structure with the function LDicomPrintSCU::GetPrinterInfo to specify the required printer information, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetPrinterInfo 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