Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This enumeration defines flags that describe the attributes of a transfer request.
Syntax
enum FLASH_TRANSFER_REQUEST_FLAGS {
FLASH_SECTOR_REQUEST_FLAG_ATOMIC = 0x00000001,
FLASH_SECTOR_REQUEST_FLAG_WRITE_THROUGH = 0x00000002,
};
Elements
- FLASH_SECTOR_REQUEST_FLAG_ATOMIC
Indicates that the entire request must be atomic.
- FLASH_SECTOR_REQUEST_FLAG_WRITE_THROUGH
Indicates that a write operation must be committed synchronously prior to returning.
Requirements
| Header | FlashMdd.h |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |