PARSED_CONFIG (Windows Embedded CE 6.0)
1/6/2010
This structure returns data for the CISTPL_CONFIG tuple code. It is used by the CardGetParsedTuple function.
Syntax
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
Header | tuple.h |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
PCMCIA Legacy Compatiblity Layer Structures
CardGetParsedTuple
PARSED_CFTABLE
POWER_DESCR