共用方式為


FLASH_GET_SECTOR_ADDRESS (Compact 2013)

3/26/2014

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

See Also

Reference

Flash Driver MDD Structures