MIRACAST_CHUNK_DATA structure (netdispumdddi.h)

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

Syntax

typedef struct {
  MIRACAST_CHUNK_INFO ChunkInfo;
  UINT                PrivateDriverDataSize;
  UCHAR               PrivateDriverData[1];
} MIRACAST_CHUNK_DATA;

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[1]

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

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Header netdispumdddi.h (include Netdispumdddi.h)

See also

GetNextChunkData

MIRACAST_CHUNK_INFO