Flash Driver MDD Structures (Windows Embedded CE 6.0)
1/6/2010
The following table shows the flash driver MDD structures with a description of the purpose of each.
Programming element | Description |
---|---|
This structure is the input structure for IOCTL_FLASH_GET_SECTOR_ADDRESS. |
|
This structure is the input structure for IOCTL_FLASH_CREATE_PARTITION. |
|
This structure is the output structure for IOCTL_FLASH_GET_PARTITION_TABLE. |
|
This structure describes a set of noncontiguous sector ranges to be deleted in a single operation. FLASH_SECTOR_DELETE is the input structure for IOCTL_FLASH_DELETE_LOGICAL_SECTORS. |
|
This structure describes a sector range to transfer and contains IO buffers for the transfer. FLASH_SECTOR_TRANSFER is a substructure of FLASH_TRANSFER_REQUEST. |
|
This structure describes a set of noncontiguous sector data/sector run pairs to be read from or written to disk in a single operation. FLASH_TRANSFER_REQUEST is an input structure for IOCTL_FLASH_READ_LOGICAL_SECTORS and IOCTL_FLASH_WRITE_LOGICAL_SECTORS. |