struttura MIRACAST_CALLBACKS (netdispumdddi.h)
Contiene puntatori alle funzioni di callback di runtime Miracast (Wireless Display) che il driver miracast in modalità utente 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;
Membri
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.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 8.1 |
server minimo supportato | Windows Server 2012 R2 |
intestazione | netdispumdddi.h (include Netdispumddi.h) |