Share via


FLASH_BLOCK_STATUS (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines possible block status values for IOCTL_FLASH_PDD_SET_BLOCK_STATUS and IOCTL_FLASH_PDD_GET_BLOCK_STATUS.

Syntax

enum FLASH_BLOCK_STATUS {
  FLASH_BLOCK_STATUS_BAD      = 0x1,
  FLASH_BLOCK_STATUS_RESERVED = 0x2
};

Elements

  • FLASH_BLOCK_STATUS_BAD
    Indicates that flash block is bad.
  • FLASH_BLOCK_STATUS_RESERVED
    Indicates that the flash block is reserved.

Requirements

Header FlashPdd.h
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Flash Driver PDD Enumerations