Share via


FLASH_GET_SECTOR_ADDRESS (Windows Embedded CE 6.0)

1/6/2010

This structure is the input structure for IOCTL_FLASH_GET_SECTOR_ADDRESS.

Syntax

typedef struct __FLASH_GET_SECTOR_ADDRESS {
  PARTITION_ID PartitionId;
  DWORD SectorCount;
  DWORD LogicalSectorList[1];
} FLASH_GET_SECTOR_ADDRESS;

Members

  • PartitionId
    Identifier of the flash partition to query.
  • SectorCount
    Number of sectors, defined as DWORD values, in the LogicalSectorList array.
  • LogicalSectorList
    Array of logical sectors. The number of sectors, defined as DWORD values, must be equal to the SectorCount.

Requirements

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

See Also

Reference

Flash Driver MDD Structures