FLASH_SECTOR_DELETE (Compact 2013)
3/26/2014
This structure describes a set of noncontiguous sector ranges to be deleted in a single operation. FLASH_SECTOR_DELETE is the input structure for IOCTL_FLASH_DELETE_LOGICAL_SECTORS.
Syntax
typedef struct __FLASH_SECTOR_DELETE {
PARTITION_ID PartitionId;
DWORD SectorRunCount;
SECTOR_RUN SectorRunList[1];
} FLASH_SECTOR_DELETE;
Members
- PartitionId
Identifier of the flash partition to delete.
- SectorRunCount
Number of SECTOR_RUN items in the SectorRunList.
- SectorRunList
Array of SECTOR_RUN structures. The number of elements in this array must be equal to the SectorRunCount.
Requirements
Header |
FlashMdd.h |