Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |