D3DKMT_MIRACAST_CHUNK_DATA - NtDoc

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

typedef struct {
  DXGK_MIRACAST_CHUNK_INFO ChunkInfo;
  UINT                     PrivateDriverDataSize;
  BYTE                     PrivateDriverData[1];
} D3DKMT_MIRACAST_CHUNK_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_miracast_chunk_data)

D3DKMT_MIRACAST_CHUNK_DATA structure

Description

Contains wireless display (Miracast) chunk data.

Members

ChunkInfo

A DXGK_MIRACAST_CHUNK_INFO structure.

PrivateDriverDataSize

The size of the private data.

PrivateDriverData

The private data buffer.

Remarks

See also