// netdispumdddi.h
typedef struct _MIRACAST_CALLBACKS {
PFN_REPORT_SESSION_STATUS ReportSessionStatus;
PFN_MIRACAST_IO_CONTROL MiracastIoControl;
PFN_REPORT_STATISTIC ReportStatistic;
PFN_GET_NEXT_CHUNK_DATA GetNextChunkData;
PFN_REGISTER_DATARATE_NOTIFICATIONS RegisterForDataRateNotifications;
} MIRACAST_CALLBACKS, *PMIRACAST_CALLBACKS;
View the official Windows Driver Kit DDI referenceNo description available.
Contains pointers to wireless display (Miracast) runtime callback functions that the Miracast user-mode driver can call.
ReportSessionStatusA pointer to the ReportSessionStatus function.
MiracastIoControlA pointer to the MiracastIoControl function.
ReportStatisticA pointer to the ReportStatistic function.
GetNextChunkDataA pointer to the GetNextChunkData function.
RegisterForDataRateNotificationsA pointer to the RegisterForDataRateNotifications function.