DXGK_MIRACAST_CHUNK_ID - NtDoc

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

typedef union {
  struct {
    UINT64 FrameNumber : 40;
    UINT64 PartNumber : 24;
  };
  UINT64 Value;
} DXGK_MIRACAST_CHUNK_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-dxgk_miracast_chunk_id)

Description

Stores info that identifies a wireless display (Miracast) encode chunk.

Members

FrameNumber

The number of the encoded Wi-Fi frame.

PartNumber

The frame part number.

Value

Holds a 64-bit value that identifies the encode chunk.