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 can be used by drivers to specify a range of weighted frame sizes.
Syntax
typedef struct {
CS_FRAMING_RANGE Range;
ULONG InPlaceWeight;
ULONG NotInPlaceWeight;
} CS_FRAMING_RANGE_WEIGHTED, *PCS_FRAMING_RANGE_WEIGHTED;
Members
- Range
A CS_FRAMING_RANGE structure that specifies the framing range.
- InPlaceWeight
Not currently supported. Drivers should set to zero.
- NotInPlaceWeight
Not currently supported. Drivers should set to zero.
Requirements
| Header | cs.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |