Prev Next

MONITOR_INFO_1 info  Overview  Group

The MONITOR_INFO_1 structure identifies an installed monitor.

typedef struct _MONITOR_INFO_1 { // mi1 

    LPTSTR pName; 

} MONITOR_INFO_1; 

 

Members

pName
Points to a null-terminated string that identifies an installed monitor.

See Also

EnumMonitors, MONITOR_INFO_2