CIP_DATA_FORMAT_VER2 - NtDoc

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

typedef struct _CIP_DATA_FORMAT_VER2 {
  UCHAR    FMT;
  UCHAR    FDF_hi;
  UCHAR    FDF_mid;
  UCHAR    FDF_lo;
  BOOLEAN  bHeader;
  UCHAR    Padding;
  UCHAR    BlockSize;
  UCHAR    Fraction;
  IN ULONG BlockPeriod;
} CIP_DATA_FORMAT_VER2, *PCIP_DATA_FORMAT_VER2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-61883-_cip_data_format_ver2)

_CIP_DATA_FORMAT_VER2 structure

Description

This structure is a CIP data format which is used by CMP_CONNECT_VER2.

Members

FMT

FDF_hi

FDF_mid

FDF_lo

bHeader

Padding

BlockSize

Fraction

BlockPeriod

See also