Share via


FLASH_READ_STATUS (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

Flash Driver PDD Enumerations