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 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