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.
The SFFDISK_DPCMD enumeration lists the operations performed by an IOCTL_SFFDISK_DEVICE_PASSWORD request.
Syntax
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;
Constants
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. |
Requirements
| Requirement | Value |
|---|---|
| Header | sffdisk.h (include Sffdisk.h) |