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(Netdispumddddi.h 포함) |