PARSED_CONFIG (Windows CE 5.0)
This structure returns data for the CISTPL_CONFIG tuple code. It is used by the CardGetParsedTuple function.
typedef struct {UINT32 ConfigBase;UINT8 RegMask;UINT8 LastConfigIndex;} PARSED_CONFIG;
Members
- ConfigBase
Specifies the base address in attribute memory of the function and configuration registers. The value is in virtual attribute space units, so a value of 80 indicates that the registers start at the real address 160 in attribute space. - RegMask
Specifies a bit mask indicating which registers are supported. - LastConfigIndex
Specifies the index of the last configuration entry supported.
Remarks
The CardGetParsedTuple function only uses 1 byte of the register presence mask. It does not parse custom interface subtuples.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Tuple.h.
See Also
CardGetParsedTuple | PARSED_CFTABLE | POWER_DESCR
Send Feedback on this topic to the authors