CS_FRAMING_RANGE_WEIGHTED (Windows Embedded CE 6.0)
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 |