FLASH_SECTOR_TRANSFER (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
typedef struct __FLASH_SECTOR_TRANSFER {
SECTOR_RUN SectorRun;
BYTE* pBuffer;
VOID* pPhysicalAddress;
} FLASH_SECTOR_TRANSFER;
Members
- SectorRun
Logical sector range to transfer
- pBuffer
Virtual address of the IO buffer for the transfer. This value must be DWORD aligned and must also be at least the size of the SectorCount multiplied by the sector size.
- pPhysicalAddress
Physical address of the IO buffer. This value is optional.
Requirements
Header | FlashMdd.h |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |