FLASH_SET_BLOCK_STATUS_REQUEST (Windows Embedded CE 6.0)
1/6/2010
This structure is the input structure for IOCTL_FLASH_PDD_SET_BLOCK_STATUS.
Syntax
typedef struct __FLASH_SET_BLOCK_STATUS_REQUEST {
BLOCK_RUN BlockRun;
ULONG BlockStatus;
} FLASH_SET_BLOCK_STATUS_REQUEST;
Members
- BlockRun
A single run of blocks.
- BlockStatus
Block status to assign to the run of blocks.
Requirements
Header | FlashPdd.h |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
Flash Driver PDD Structures
Flash Driver MDD Structures
BLOCK_RUN