MONITOREX structure (winsplp.h)
Caution
The MONITOREX structure is obsolete and supported for compatibility purposes only. New print monitors should the implement InitializePrintMonitor2 function and MONITOR2 structure so that they can be used with print server clusters.
The MONITOREX structure is used as the return value for a print monitor's InitializePrintMonitor function.
Syntax
typedef struct _MONITOREX {
DWORD dwMonitorSize;
MONITOR Monitor;
} MONITOREX, *LPMONITOREX;
Members
dwMonitorSize
Specifies the size, in bytes, of the Monitor member.
Monitor
A MONITOR structure.
Remarks
Print monitors are responsible for filling in the MONITOREX and MONITOR structures.
Requirements
Requirement | Value |
---|---|
Header | winsplp.h (include Winsplp.h) |