// winsplp.h
typedef struct _MONITOREX {
DWORD dwMonitorSize;
MONITOR Monitor;
} MONITOREX, *LPMONITOREX;
View the official Windows Driver Kit DDI referenceNo description available.
[!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.
dwMonitorSizeSpecifies the size, in bytes, of the Monitor member.
MonitorA MONITOR structure.
Print monitors are responsible for filling in the MONITOREX and MONITOR structures.