VirtualBox

Changeset 42859 in vbox for trunk/include


Ignore:
Timestamp:
Aug 17, 2012 8:57:55 AM (12 years ago)
Author:
vboxsync
Message:

added new enum PARTITIONING_TYPE - Auxiliary data structure for difference between GPT and MBR disks. Structure VBOXHDDRAW was modified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd.h

    r42039 r42859  
    152152
    153153/**
     154 * Auxiliary data structure for difference between GPT and MBR
     155 * disks.
     156 */
     157enum PARTITIONING_TYPE
     158{
     159    MBR,
     160    GPT
     161};
     162
     163/**
    154164 * Auxiliary data structure for creating raw disks.
    155165 */
     
    169179    /** Pointer to the partition descriptor array. */
    170180    PVBOXHDDRAWPARTDESC pPartDescs;
     181    /**partitioning type of the disk */
     182    PARTITIONING_TYPE uPartitioningType;
     183
    171184} VBOXHDDRAW, *PVBOXHDDRAW;
     185
    172186
    173187/** @name VBox HDD container image open mode flags
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette