MONITOR_APP_VISIBILITY-Enumeration (shobjidl_core.h)

Gibt an, ob eine Anzeige Desktopfenster anstelle von Windows Store-Apps anzeigt.

Syntax

typedef enum MONITOR_APP_VISIBILITY {
  MAV_UNKNOWN = 0,
  MAV_NO_APP_VISIBLE = 1,
  MAV_APP_VISIBLE = 2
} ;

Konstanten

 
MAV_UNKNOWN
Wert: 0
Der Anzeigezustand ist nicht bekannt.
MAV_NO_APP_VISIBLE
Wert: 1
Die Anzeige zeigt Desktopfenster an.
MAV_APP_VISIBLE
Wert: 2
Die Anzeige zeigt keine Desktopfenster an.

Hinweise

Die MONITOR_APP_VISIBILITY Enumeration wird von der GetAppVisibilityOnMonitor-Methode verwendet.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8
Unterstützte Mindestversion (Server) Windows Server 2012
Kopfzeile shobjidl_core.h (shobjidl.h einschließen)

Weitere Informationen

IAppVisibility