D3DKMT_MIRACAST_DISPLAY_DEVICE_STATE - NtDoc

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

typedef enum {
  MiracastStopped,
  MiracastStartPending,
  MiracastStarted,
  MiracastStopPending
} D3DKMT_MIRACAST_DISPLAY_DEVICE_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-d3dkmt_miracast_display_device_state)

D3DKMT_MIRACAST_DISPLAY_DEVICE_STATE enumeration

Description

Miracast display device state.

Constants

MiracastStopped

Stopped.

MiracastStartPending

Start pending.

MiracastStarted

Started.

MiracastStopPending

Stop pending.

Remarks

See also