Share via


FLASH_PDD_COPY (Windows Embedded CE 6.0)

1/6/2010

This structure describes the source and destination of the sector to be copied and also possibly contains new spare area for the destination sector. FLASH_PDD_COPY is the input structure for IOCTL_FLASH_PDD_COPY_PHYSICAL_SECTORS.

Syntax

typedef struct __FLASH_PDD_COPY {
    DWORD RegionIndex;
    SECTOR_RUN SourceSectorRun;
  SECTOR_RUN DestinationSectorRun;
} FLASH_PDD_COPY;

Members

  • RegionIndex
    Index of the flash region to copy.
  • SourceSectorRun
    Source sector to copy data from.
  • DestinationSectorRun
    Destination sector to write the copied data to.

Requirements

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

See Also

Reference

Flash Driver PDD Structures
Flash Driver MDD Structures