SDIO_CARD_INFO (Windows Embedded CE 6.0)
1/6/2010
This structure contains information describing the type and features of an SDIO card.
Syntax
typedef struct _SDIO_CARD_INFO {
UCHAR FunctionNumber;
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
Header | sdcardddk.h |
Windows Embedded CE | Windows CE 5.0 and later |