MONITOR_INFO_1 structure

The MONITOR_INFO_1 structure identifies an installed monitor.

Syntax

typedef struct _MONITOR_INFO_1 {
  LPTSTR pName;
} MONITOR_INFO_1, *PMONITOR_INFO_1;

Members

pName

A pointer to a null-terminated string that identifies an installed monitor.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Winspool.h (include Windows.h)
Unicode and ANSI names
_MONITOR_INFO_1W (Unicode) and _MONITOR_INFO_1A (ANSI)

See also

Printing

Print Spooler API Structures

EnumMonitors

MONITOR_INFO_2