// sffdisk.h
typedef enum {
SFFDISK_DP_IS_SUPPORTED,
SFFDISK_DP_SET_PASSWORD,
SFFDISK_DP_LOCK_DEVICE,
SFFDISK_DP_UNLOCK_DEVICE,
SFFDISK_DP_RESET_DEVICE_ALL_DATA
} SFFDISK_DPCMD;
View the official Windows Driver Kit DDI referenceNo description available.
The SFFDISK_DPCMD enumeration lists the operations performed by an IOCTL_SFFDISK_DEVICE_PASSWORD request.
SFFDISK_DP_IS_SUPPORTEDThe operation requests verification from the card that it supports command class 7.
SFFDISK_DP_SET_PASSWORDThe operation sets the password.
SFFDISK_DP_LOCK_DEVICEThe operation locks the device.
SFFDISK_DP_UNLOCK_DEVICEThe operation unlocks the device.
SFFDISK_DP_RESET_DEVICE_ALL_DATAThe operation resets the device.