MIRACAST_CALLBACKS structure (netdispumdddi.h)
Contains pointers to wireless display (Miracast) runtime callback functions that the Miracast user-mode driver can call.
Syntax
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
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | netdispumdddi.h (include Netdispumdddi.h) |