FLASH_GET_BLOCK_STATUS_REQUEST (Compact 2013)
3/26/2014
This structure is the input structure for IOCTL_FLASH_PDD_GET_BLOCK_STATUS.
Syntax
typedef struct __FLASH_GET_BLOCK_STATUS_REQUEST {
BLOCK_RUN BlockRun;
BOOL IsInitialFlash;
} FLASH_GET_BLOCK_STATUS_REQUEST;
Members
- BlockRun
A single run of blocks.
- IsInitialFlash
Specifies if this is the first time the flash part has been processed by the flash driver.
Requirements
Header |
FlashPdd.h |
See Also
Reference
Flash Driver PDD Structures
Flash Driver MDD Structures
SECTOR_RUN