次の方法で共有


SD_IO_FUNCTION_ENABLE_INFO (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.