Share via


FLASH_SET_BLOCK_STATUS_REQUEST (Compact 2013)

3/26/2014

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

See Also

Reference

Flash Driver PDD Structures
Flash Driver MDD Structures
BLOCK_RUN