MIRACAST_CALLBACKS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netdispumdddi-_miracast_callbacks)

_MIRACAST_CALLBACKS structure

Description

Contains pointers to wireless display (Miracast) runtime callback functions that the Miracast user-mode driver can call.

Members

ReportSessionStatus

A pointer to the ReportSessionStatus function.

MiracastIoControl

A pointer to the MiracastIoControl function.

ReportStatistic

A pointer to the ReportStatistic function.

GetNextChunkData

A pointer to the GetNextChunkData function.

RegisterForDataRateNotifications

A pointer to the RegisterForDataRateNotifications function.