Microsoft Windows CE 3.0  

PDCARD_ADAPTER_INFO

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This structure is used by the PDCardInquireAdapterfunction to report the characteristics and capabilities of the socket controller.

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_ENTRYstructures immediately following this structure in RAM.

Remarks

It supports the implementation of the driver described in the sample PC Card socket driver.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Sockserv.h    
Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.


 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.