MIRACAST_CALLBACKS结构(netdispumdddi.h)

包含指向 Miracast 用户模式驱动程序可以调用的无线显示器(Miracast)运行时回调函数的指针。

语法

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;

成员

ReportSessionStatus

指向 ReportSessionStatus 函数的指针。

MiracastIoControl

指向 MiracastIoControl 函数的指针。

ReportStatistic

指向 ReportStatistic 函数的指针。

GetNextChunkData

指向 GetNextChunkData 函数的指针。

RegisterForDataRateNotifications

指向 RegisterForDataRateNotifications 函数的指针。

要求

要求 价值
最低支持的客户端 Windows 8.1
支持的最低服务器 Windows Server 2012 R2
标头 netdispumdddi.h (include Netdispumdddi.h)