Condividi tramite


MIRACAST_CALLBACKS struttura (netdispumdddi.h)

Contiene puntatori alle funzioni di callback del runtime Miracast (Miracast) che il driver in modalità utente Miracast può chiamare.

Sintassi

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;

Members

ReportSessionStatus

Puntatore alla funzione ReportSessionStatus .

MiracastIoControl

Puntatore alla funzione MiracastIoControl .

ReportStatistic

Puntatore alla funzione ReportStatistic .

GetNextChunkData

Puntatore alla funzione GetNextChunkData .

RegisterForDataRateNotifications

Puntatore alla funzione RegisterForDataRateNotifications .

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1
Server minimo supportato Windows Server 2012 R2
Intestazione netdispumdddi.h (include Netdispumdddi.h)