Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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