MIRACAST_CHUNK_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netdispumdddi.h

typedef struct {
  MIRACAST_CHUNK_INFO ChunkInfo;
  UINT                PrivateDriverDataSize;
  UCHAR               PrivateDriverData[1];
} MIRACAST_CHUNK_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netdispumdddi-miracast_chunk_data)

MIRACAST_CHUNK_DATA structure

Description

Contains encode chunk data that is used when a user-mode driver calls the wireless display (Miracast) GetNextChunkData function.

Members

ChunkInfo

A MIRACAST_CHUNK_INFO encode chunk information structure that the user-mode display driver wants to report.

PrivateDriverDataSize

The size, in bytes, of the buffer that pPrivateDriverData points to.

PrivateDriverData

Private data, of type UCHAR, that the user-mode display driver sends when it calls the GetNextChunkData function.

See also

GetNextChunkData

MIRACAST_CHUNK_INFO