MIRACAST_CHUNK_ID - NtDoc

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

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

NtDoc

No description available.

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

MIRACAST_CHUNK_ID structure

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.