Expand Minimize
This topic has not yet been rated - Rate this topic

MONITOR_APP_VISIBILITY enumeration

Specifies whether a display is showing 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 in desktop mode.

MAV_APP_VISIBLE

The display is showing Windows Store apps.

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

Shobjidl.h

IDL

Shobjidl.idl

See also

IAppVisibility

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.