// 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 referenceNo description available.
Miracast display stop sessions.
AdapterLuidThe adapter LUID (locally unique identifier).
TargetIdThe target ID.
StopReasonThe reason the session stopped.