Changeset 42859 in vbox for trunk/include
- Timestamp:
- Aug 17, 2012 8:57:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd.h
r42039 r42859 152 152 153 153 /** 154 * Auxiliary data structure for difference between GPT and MBR 155 * disks. 156 */ 157 enum PARTITIONING_TYPE 158 { 159 MBR, 160 GPT 161 }; 162 163 /** 154 164 * Auxiliary data structure for creating raw disks. 155 165 */ … … 169 179 /** Pointer to the partition descriptor array. */ 170 180 PVBOXHDDRAWPARTDESC pPartDescs; 181 /**partitioning type of the disk */ 182 PARTITIONING_TYPE uPartitioningType; 183 171 184 } VBOXHDDRAW, *PVBOXHDDRAW; 185 172 186 173 187 /** @name VBox HDD container image open mode flags
Note:
See TracChangeset
for help on using the changeset viewer.