MIRACAST_SESSION_INFO union (netdispumdddi.h)

Contains info on a wireless display (Miracast) connected session.

Syntax

typedef union {
  struct {
    UINT MonitorConnected : 1;
    UINT ReducedModeListDueToBandwidth : 1;
    UINT Reserved : 30;
  };
  UINT   Value;
} MIRACAST_SESSION_INFO;

Members

MonitorConnected

If set, the monitor (the source) is connected to a Miracast sink.

ReducedModeListDueToBandwidth

If set, the user-mode driver has reduced the modes exposed to the operating system based on the current suggested encode rate.

Reserved

Reserved for system use and should be set to zero.

Value

Holds a 32-bit value that identifies the Miracast connected session.

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Header netdispumdddi.h (include Netdispumdddi.h)