Partager via


SDIO_CARD_INFO (Windows CE 5.0)

Send Feedback

This structure contains information describing the type and features of an SDIO card.

typedef struct _SDIO_CARD_INFO {UCHARFunctionNumber;
  UCHAR DeviceCode;
  DWORD CISPointer;
  DWORD CSAPointer;
  UCHAR CardCapability;
} SDIO_CARD_INFO, *PSDIO_CARD_INFO;

Members

  • FunctionNumber
    SDIO function number.
  • DeviceCode
    I/O device interface code.
  • CISPointer
    Pointer to the function card information structure (CIS).
  • CSAPointer
    Pointer to the function code storage area (CSA).
  • CardCapability
    Common card capabilities.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.

See Also

Secure Digital Card Driver Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.