MONITOR_INFO_1

typedef struct _MONITOR_INFO_1 {

LPSTR pName;

} MONITOR_INFO_1, *PMONITOR_INFO_1, *LPMONITOR_INFO_1;

This structure is used by the EnumMonitors function. It specifies the Names of the installed Monitors.

Members

pName

This value specifies the name of the Monitor.