// netdispumdddi.h
typedef struct {
MIRACAST_CHUNK_INFO ChunkInfo;
UINT PrivateDriverDataSize;
UCHAR PrivateDriverData[1];
} MIRACAST_CHUNK_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
Contains encode chunk data that is used when a user-mode driver calls the wireless display (Miracast) GetNextChunkData function.
ChunkInfoA MIRACAST_CHUNK_INFO encode chunk information structure that the user-mode display driver wants to report.
PrivateDriverDataSizeThe size, in bytes, of the buffer that pPrivateDriverData points to.
PrivateDriverDataPrivate data, of type UCHAR, that the user-mode display driver sends when it calls the GetNextChunkData function.