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.
3/26/2014
This structure specifies a range for frame sizes for a framing item.
Syntax
typedef struct {
ULONG MinFrameSize;
ULONG MaxFrameSize;
ULONG Stepping;
} CS_FRAMING_RANGE, *PCS_FRAMING_RANGE;
Members
- MinFrameSize
A ULONG value that specifies a minimum frame size.
- MaxFrameSize
A ULONG value that specifies a maximum frame size.
- Stepping
A ULONG value that specifies the incremental value to use to create valid values within the range defined by MinFrameSize and MaxFrameSize.
Requirements
Header |
cs.h |