Share via


SD_IO_FUNCTION_ENABLE_INFO (Windows Embedded CE 6.0)

1/6/2010

This structure contains information to control the enabling of an SDIO device function. This structure is used as a parameter to the SDSetCardFeature function.

Syntax

typedef struct _SD_IO_FUNCTION_ENABLE_INFO {
  ULONG ReadyRetryCount;
  ULONG Interval;
} 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

Header sdcardddk.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Structures
SDSetCardFeature