Changeset 36816 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Apr 22, 2011 5:57:57 PM (14 years ago)
- 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 43 43 /** The value of RTDIR::u32Magic after RTDirClose(). */ 44 44 #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) 45 53 /** The value of RTFILEAIOCTXINT::u32Magic. (Howard Phillips Lovecraft) */ 46 54 #define RTFILEAIOCTX_MAGIC UINT32_C(0x18900820)
Note:
See TracChangeset
for help on using the changeset viewer.