D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS {
  LUID                           AdapterLuid;
  D3DDDI_VIDEO_PRESENT_TARGET_ID TargetId;
  UINT                           StopReason;
} D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS, *PD3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_miracast_display_stop_sessions)

_D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS structure

Description

Miracast display stop sessions.

Members

AdapterLuid

The adapter LUID (locally unique identifier).

TargetId

The target ID.

StopReason

The reason the session stopped.

Remarks

See also