LPMONITOREX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

typedef struct _MONITOREX {
  DWORD   dwMonitorSize;
  MONITOR Monitor;
} MONITOREX, *LPMONITOREX;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winsplp-_monitorex)

Description

[!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.

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.

See also

MONITOR