// netdispumdddi.h
typedef enum {
MIRACAST_PROTOCOL_EVENT_IFRAME_RQ,
MIRACAST_PROTOCOL_EVENT_MONITOR_ARRIVE,
MIRACAST_PROTOCOL_EVENT_MONITOR_DEPART,
MIRACAST_PROTOCOL_EVENT_SINK_FAILED_PREFERRED_MODE_CHANGE,
MIRACAST_PROTOCOL_EVENT_FORCE_UINT32
} MIRACAST_PROTOCOL_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the types of wireless display (Miracast) protocol event that the user-mode display driver should report.
MIRACAST_PROTOCOL_EVENT_IFRAME_RQThe driver received a request for a new IDR type of I-frame from the Miracast sink.
MIRACAST_PROTOCOL_EVENT_MONITOR_ARRIVEThe driver received a monitor connection event from the Miracast sink.
MIRACAST_PROTOCOL_EVENT_MONITOR_DEPARTThe driver received a monitor disconnection event from the Miracast sink.
MIRACAST_PROTOCOL_EVENT_SINK_FAILED_PREFERRED_MODE_CHANGEReserved for system use. Do not use in your driver.
MIRACAST_PROTOCOL_EVENT_FORCE_UINT32Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value.