estructura MIRACAST_CALLBACKS (netdispumdddi.h)
Contiene punteros a funciones de devolución de llamada en tiempo de ejecución de pantalla inalámbrica (Miracast) a las que puede llamar el controlador del modo de usuario de Miracast.
Sintaxis
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;
Miembros
ReportSessionStatus
Puntero a la función ReportSessionStatus.
MiracastIoControl
Puntero a la función MiracastIoControl.
ReportStatistic
Puntero a la función ReportStatistic.
GetNextChunkData
Puntero a la función GetNextChunkData.
RegisterForDataRateNotifications
Puntero a la función RegisterForDataRateNotifications.
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Windows 8.1 |
servidor mínimo admitido | Windows Server 2012 R2 |
encabezado de | netdispumdddi.h (include Netdispumdddi.h) |