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.
1/6/2010
This structure specifies a range for frame sizes for a given 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 step value that should be used to create legal values within the range defined in MinFrameSize and MaxFrameSize.
Requirements
| Header | cs.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |