MONITOR_APP_VISIBILITY enumeration
Specifies whether a display is showing desktop windows instead of Windows Store apps.
Syntax
typedef enum MONITOR_APP_VISIBILITY { MAV_UNKNOWN = 0, MAV_NO_APP_VISIBLE = 1, MAV_APP_VISIBLE = 2 } MONITOR_APP_VISIBILITY;
Constants
- MAV_UNKNOWN
-
The display state is not known.
- MAV_NO_APP_VISIBLE
-
The display is showing desktop windows.
- MAV_APP_VISIBLE
-
The display is not showing desktop windows.
Remarks
The MONITOR_APP_VISIBILITY enum is used by the GetAppVisibilityOnMonitor method.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
See also
Show: