Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Drivers can use the KS_FRAMING_RANGE_WEIGHTED structure to specify a range of weighted frame sizes.
Syntax
typedef struct {
KS_FRAMING_RANGE Range;
ULONG InPlaceWeight;
ULONG NotInPlaceWeight;
} KS_FRAMING_RANGE_WEIGHTED, *PKS_FRAMING_RANGE_WEIGHTED;
Members
Range
Specifies the framing range.
InPlaceWeight
Not currently supported. Drivers should set to zero.
NotInPlaceWeight
Not currently supported. Drivers should set to zero.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |