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 to control the enabling of an SDIO device function. This structure is used as a parameter to the SDSetCardFeature function.
typedef struct _SD_IO_FUNCTION_ENABLE_INFO {ULONGReadyRetryCount;
ULONGInterval;
} SD_IO_FUNCTION_ENABLE_INFO, *PSD_IO_FUNCTION_ENABLE_INFO
Members
- ReadyRetryCount
Maximum number of retry attempts to check the status of the function ready bit. - Interval
Interval between retry attempts, in milliseconds.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
See Also
Secure Digital Card Driver Structures | SDSetCardFeature
Send Feedback on this topic to the authors