Skip to content

Latest commit

 

History

History
100 lines (72 loc) · 3.65 KB

ns-winuser-monitorinfoexa.md

File metadata and controls

100 lines (72 loc) · 3.65 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winuser.tagMONITORINFOEXA
MONITORINFOEXA (winuser.h)
The MONITORINFOEX structure contains information about a display monitor.The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.The MONITORINFOEX structure is a superset of the MONITORINFO structure. (ANSI)
*LPMONITORINFOEXA
LPMONITORINFOEX
LPMONITORINFOEX structure pointer [Windows GDI]
MONITORINFOEX
MONITORINFOEX structure [Windows GDI]
MONITORINFOEXA
_win32_MONITORINFOEX_str
gdi.monitorinfoex
tagMONITORINFOEXA
tagMONITORINFOEXW
winuser/LPMONITORINFOEX
winuser/MONITORINFOEX
gdi\monitorinfoex.htm
gdi
f296ce29-3fc8-41c9-a201-56e222aa2219
12/05/2018
*LPMONITORINFOEXA, LPMONITORINFOEX, LPMONITORINFOEX structure pointer [Windows GDI], MONITORINFOEX, MONITORINFOEX structure [Windows GDI], MONITORINFOEXA, _win32_MONITORINFOEX_str, gdi.monitorinfoex, tagMONITORINFOEXA, tagMONITORINFOEXW, winuser/LPMONITORINFOEX, winuser/MONITORINFOEX
winuser.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
MONITORINFOEXA, *LPMONITORINFOEXA
19H1
tagMONITORINFOEXA
winuser/tagMONITORINFOEXA
LPMONITORINFOEXA
winuser/LPMONITORINFOEXA
MONITORINFOEXA
winuser/MONITORINFOEXA
c++
APIRef
kbSyntax
HeaderDef
Winuser.h
MONITORINFOEX

MONITORINFOEXA structure

-description

The MONITORINFOEX structure contains information about a display monitor.

The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.

The MONITORINFOEX structure is a superset of the MONITORINFO structure. The MONITORINFOEX structure adds a string member to contain a name for the display monitor.

-struct-fields

-field szDevice

A string that specifies the device name of the monitor being used. Most applications have no use for a display monitor name, and so can save some bytes by using a MONITORINFO structure.

-field tagMONITORINFO

GetMonitorInfo

MONITORINFO

Multiple Display Monitors Overview

Multiple Display Monitors Structures

-remarks

Note

The winuser.h header defines MONITORINFOEX as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.