PARTITION_ID (Windows Embedded CE 6.0)
1/6/2010
This structure contains the unique identifier for a partition.
Syntax
typedef struct __PARTITION_ID {
WORD RegionIndex;
WORD PartitionIndex;
} PARTITION_ID;
Members
- RegionIndex
The region index.
- PartitionIndex
The partition index.
Requirements
Header | FlashCommon.h |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |