// sffdisk.h
typedef enum {
SFFDISK_DC_GET_VERSION,
SFFDISK_DC_LOCK_CHANNEL,
SFFDISK_DC_UNLOCK_CHANNEL,
SFFDISK_DC_DEVICE_COMMAND
} SFFDISK_DCMD;
View the official Windows Driver Kit DDI referenceNo description available.
The SFFDISK_DCMD enumeration identifies the type of Secure Digital (SD) card operation.
SFFDISK_DC_GET_VERSIONThe operations retrieves the version of the card.
SFFDISK_DC_LOCK_CHANNELThe operation locks the interface channel.
SFFDISK_DC_UNLOCK_CHANNELThe operation unlocks the interface channel.
SFFDISK_DC_DEVICE_COMMANDThe operation executes a device command.
Applications that submit IOCTL_SFFDISK_DEVICE_COMMAND requests to the SD stack use this enumeration to specify the type of operation. The application must assign one of the values of this enumeration to the Command member of the SFFDISK_DEVICE_COMMAND_DATA structure.