Changeset 35213 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Dec 16, 2010 11:54:29 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/magics.h
r32751 r35213 161 161 /** The value of RTTARFILE::u32Magic after RTTarFileClose(). */ 162 162 #define RTTARFILE_MAGIC_DEAD UINT32_C(0x19120420) 163 /** The value of RTVFSOBJINTERNAL::u32Magic. (Yasunari Kawabata) */ 164 #define RTVFSOBJ_MAGIC UINT32_C(0x18990614) 165 /** The value of RTVFSOBJINTERNAL::u32Magic arter close. */ 166 #define RTVFSOBJ_MAGIC_DEAD UINT32_C(0x19720416) 167 /** The value of RTVFSINTERNAL::u32Magic. (Sir Kingsley William Amis) */ 168 #define RTVFS_MAGIC UINT32_C(0x19220416) 169 /** The value of RTVFSINTERNAL::u32Magic after close. */ 170 #define RTVFS_MAGIC_DEAD UINT32_C(0x19951022) 171 /** The value of RTVFSFSSTREAMINTERNAL::u32Magic. (William McGuire "Bill" Bryson) */ 172 #define RTVFSFSSTREAM_MAGIC UINT32_C(0x19511208) 173 /** The value of RTVFSFSSTREAMINTERNAL::u32Magic after close */ 174 #define RTVFSFSSTREAM_MAGIC_DEAD (~RTVFSFSSTREAM_MAGIC) 175 /** The value of RTVFSDIRINTERNAL::u32Magic. (Franklin Patrick Herbert, Jr.) */ 176 #define RTVFSDIR_MAGIC UINT32_C(0x19201008) 177 /** The value of RTVFSDIRINTERNAL::u32Magic after close. */ 178 #define RTVFSDIR_MAGIC_DEAD UINT32_C(0x19860211) 179 /** The value of RTVFSFILEINTERNAL::u32Magic. (Charles John Huffam Dickens) */ 180 #define RTVFSFILE_MAGIC UINT32_C(0x18120207) 181 /** The value of RTVFSFILEINTERNAL::u32Magic after close. */ 182 #define RTVFSFILE_MAGIC_DEAD UINT32_C(0x18700609) 183 /** The value of RTVFSIOSTREAMINTERNAL::u32Magic. (Ernest Miller Hemingway) */ 184 #define RTVFSIOSTREAM_MAGIC UINT32_C(0x18990721) 185 /** The value of RTVFSIOSTREAMINTERNAL::u32Magic after close. */ 186 #define RTVFSIOSTREAM_MAGIC_DEAD UINT32_C(0x19610702) 187 /** The value of RTVFSSYMLINKINTERNAL::u32Magic. (Francis Scott Key Fitzgerald) */ 188 #define RTVFSSYMLINK_MAGIC UINT32_C(0x18960924) 189 /** The value of RTVFSSYMLINKINTERNAL::u32Magic after close. */ 190 #define RTVFSSYMLINK_MAGIC_DEAD UINT32_C(0x19401221) 163 191 164 192 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.