VirtualBox

Changeset 36816 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Apr 22, 2011 5:57:57 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: Initial commit of the disk volume management API. Supports listing partitions of MBR and GPT based partition maps.

Location:
trunk/src/VBox/Runtime/include/internal
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r35213 r36816  
    4343/** The value of RTDIR::u32Magic after RTDirClose().  */
    4444#define RTDIR_MAGIC_DEAD                UINT32_C(0x19950829)
     45/** The value of RTDVMINTERNAL::u32Magic. (Dan Brown) */
     46#define RTDVM_MAGIC                     UINT32_C(0x19640622)
     47/** The value of RTDVMINTERNAL::u32Magic after close. */
     48#define RTDVM_MAGIC_DEAD                (~RTDVM_MAGIC)
     49/** The value of RTDVMVOLUMEINTERNAL::u32Magic. (Daniel Defoe) */
     50#define RTDVMVOLUME_MAGIC               UINT32_C(0x16591961)
     51/** The value of RTDVMVOLUMEINTERNAL::u32Magic after close. */
     52#define RTDVMVOLUME_MAGIC_DEAD          UINT32_C(0x17310424)
    4553/** The value of RTFILEAIOCTXINT::u32Magic. (Howard Phillips Lovecraft) */
    4654#define RTFILEAIOCTX_MAGIC              UINT32_C(0x18900820)
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