PDCARD_ADAPTER_INFO
This structure is used by the PDCardInquireAdapter function to report the characteristics and capabilities of the socket controller.
Syntax
typedef struct {
UINT32 uMemGranularity;
UINT8 fAdapterCaps;
UINT8 uCacheLine;
UINT16 uPowerEntries;
} PDCARD_ADAPTER_INFO;
Members
- uMemGranularity
- For Windows CE 2.0 and later, this value must be 1. For versions of Windows Ce prior to 2.0, this value should be 1 for most hardware platforms, although other values can be used if needed to overcome hardware limitations.
- fAdapterCaps
- Bit-encoded capabilities.
- uCacheLine
- Number of 32-bit WORDs in a cache line.
- uPowerEntries
- Number of PDCARD_POWER_ENTRY structures immediately following this structure in RAM.
Remarks
This structure is declared in the Sockserv.h header file. It supports the implementation of the driver described in sample PC Card socket driver.