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.
pName
This value specifies the name of the Monitor.