Share via


FLASH_GET_BLOCK_STATUS_REQUEST (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Flash Driver PDD Structures
Flash Driver MDD Structures
SECTOR_RUN