// ks.h
typedef struct {
KS_FRAMING_RANGE Range;
ULONG InPlaceWeight;
ULONG NotInPlaceWeight;
} KS_FRAMING_RANGE_WEIGHTED, *PKS_FRAMING_RANGE_WEIGHTED;
View the official Windows Driver Kit DDI referenceNo description available.
Drivers can use the KS_FRAMING_RANGE_WEIGHTED structure to specify a range of weighted frame sizes.
RangeSpecifies the framing range.
InPlaceWeightNot currently supported. Drivers should set to zero.
NotInPlaceWeightNot currently supported. Drivers should set to zero.