énumération MONITOR_APP_VISIBILITY (shobjidl_core.h)

Spécifie si un affichage affiche des fenêtres de bureau plutôt que des applications du Windows Store.

Syntax

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

Constantes

 
MAV_UNKNOWN
Valeur : 0
L’état d’affichage n’est pas connu.
MAV_NO_APP_VISIBLE
Valeur : 1
L’affichage affiche des fenêtres de bureau.
MAV_APP_VISIBLE
Valeur : 2
L’affichage n’affiche pas les fenêtres de bureau.

Remarques

L’énumération MONITOR_APP_VISIBILITY est utilisée par la méthode GetAppVisibilityOnMonitor.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
En-tête shobjidl_core.h (inclure Shobjidl.h)

Voir aussi

IAppVisibility