KS_FRAMING_RANGE structure (ks.h)
The KS_FRAMING_RANGE structure specifies a range for frame sizes for a given framing item.
Syntax
typedef struct {
ULONG MinFrameSize;
ULONG MaxFrameSize;
ULONG Stepping;
} KS_FRAMING_RANGE, *PKS_FRAMING_RANGE;
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.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |