// d3dukmdt.h
typedef union {
struct {
UINT64 FrameNumber : 40;
UINT64 PartNumber : 24;
};
UINT64 Value;
} DXGK_MIRACAST_CHUNK_ID;
View the official Windows Driver Kit DDI referenceNo description available.
Stores info that identifies a wireless display (Miracast) encode chunk.
FrameNumberThe number of the encoded Wi-Fi frame.
PartNumberThe frame part number.
ValueHolds a 64-bit value that identifies the encode chunk.