FLASH_BLOCK_STATUS (Compact 2013)
3/26/2014
This enumeration defines possible block status values for IOCTL_FLASH_PDD_SET_BLOCK_STATUS and IOCTL_FLASH_PDD_GET_BLOCK_STATUS.
Syntax
enum FLASH_BLOCK_STATUS {
FLASH_BLOCK_STATUS_BAD = 0x1,
FLASH_BLOCK_STATUS_RESERVED = 0x2
};
Elements
- FLASH_BLOCK_STATUS_BAD
Indicates that flash block is bad.
- FLASH_BLOCK_STATUS_RESERVED
Indicates that the flash block is reserved.
Requirements
Header |
FlashPdd.h |