SD_CARD_INTERFACE (Windows CE 5.0)
This structure stores information on the physical nature of an SD card and its interface.
typedef struct _SD_CARD_INTERFACE {SD_INTERFACE_MODEInterfaceMode;
ULONGClockRate;
BOOLWriteProtected;
} SD_CARD_INTERFACE, *PSD_CARD_INTERFACE;
Members
- InterfaceMode
Physical interface mode for an SD device. - ClockRate
Clock rate used to communicate with the SD card, in hertz (Hz). - WriteProtected
Indicates if the card is write-protected. This value is only necessary for SD memory cards.
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