Share via


PDCARD_ADAPTER_INFO

This structure is used by the PDCardInquireAdapter function 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
    This value should be set to 1. Although other values can be used if needed to overcome hardware limitations.
  • fAdapterCaps
    Bit-encoded capabilities.
  • uCacheLine
    Number of 32-bit DWORD data types in a cache line.
  • uPowerEntries
    Number of PDCARD_POWER_ENTRY structures immediately following this structure in RAM.

Remarks

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

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Sockserv.h.

See Also

PDCardInquireAdapter | PDCARD_POWER_ENTRY

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.