Share via


FLASH_READ_STATUS (Compact 2013)

3/26/2014

This enumeration defines flags that describe the result of IOCTL_FLASH_PDD_READ_PHYSICAL_SECTORS.

Syntax

enum FLASH_READ_STATUS {
  FLASH_READ_STATUS_ECC_CORRECTION_REQUIRED = 0x1
};

Elements

  • FLASH_READ_STATUS_ECC_CORRECTION_REQUIRED
    Indicates that there was an ECC failure when reading, but that it was able to be corrected.

Requirements

Header

FlashPdd.h

See Also

Reference

Flash Driver PDD Enumerations