MONITOR_INFO_2 structure
The MONITOR_INFO_2 structure identifies a monitor.
Syntax
typedef struct _MONITOR_INFO_2 {
LPTSTR pName;
LPTSTR pEnvironment;
LPTSTR pDLLName;
} MONITOR_INFO_2, *PMONITOR_INFO_2;
Members
-
pName
-
A pointer to a null-terminated string that is the name of the monitor.
-
pEnvironment
-
A pointer to a null-terminated string that specifies the environment for which the monitor was written (for example, Windows NT x86, Windows IA64, Windows x64).
-
pDLLName
-
A pointer to a null-terminated string that is the name of the monitor DLL.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Unicode and ANSI names |
_MONITOR_INFO_2W (Unicode) and _MONITOR_INFO_2A (ANSI) |