KS_FRAMING_RANGE - NtDoc

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

typedef struct {
  ULONG MinFrameSize;
  ULONG MaxFrameSize;
  ULONG Stepping;
} KS_FRAMING_RANGE, *PKS_FRAMING_RANGE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ks_framing_range)

KS_FRAMING_RANGE structure

Description

The KS_FRAMING_RANGE structure specifies a range for frame sizes for a given framing item.

Members

MinFrameSize

Specifies a minimum frame size of type ULONG.

MaxFrameSize

Specifies a maximum frame size of type ULONG.

Stepping

Specifies the step value that should be used to create legal values within the range defined in MinFrameSize and MaxFrameSize.

Remarks

When specifying the Stepping member, ensure that the value does not exceed the difference between the MinFrameSize and MaxFrameSize members. Otherwise, unpredictable behavior may result.

See also

KSALLOCATOR_FRAMING

KS_FRAMING_ITEM

KS_FRAMING_RANGE_WEIGHTED