METRO_MONITOR_MODE enumeration

Applies to: desktop apps only

Specifies whether a display is showing Metro style apps.

Syntax

typedef enum _METRO_MONITOR_MODE { 
  MMM_UNKNOWN   = 0,
  MMM_DESKTOP   = 1,
  MMM_METRO     = 2 
} METRO_MONITOR_MODE;

Constants

  • MMM_UNKNOWN
    The display state is not known.

  • MMM_DESKTOP
    The display is in desktop mode.

  • MMM_METRO
    The display is showing Metro style apps.

Remarks

The METRO_MONITOR_MODE enum is used by the GetMonitorMode method.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

IMetroMode

 

 

Send comments about this topic to Microsoft

Build date: 7/3/2012