Changeset 36489 in vbox
- Timestamp:
- Apr 1, 2011 12:02:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/handletable.h
r33540 r36489 92 92 #define RTHANDLETABLE_FLAGS_CONTEXT RT_BIT_32(0) 93 93 /** Whether the handle table should take care of the serialization. 94 * If not spec fied the caller will have to take care of that. */94 * If not specified the caller will have to take care of that. */ 95 95 #define RTHANDLETABLE_FLAGS_LOCKED RT_BIT_32(1) 96 96 /** The mask of valid flags. */ 97 97 #define RTHANDLETABLE_FLAGS_MASK UINT32_C(0x00000003) 98 /* @} */98 /** @} */ 99 99 100 100
Note:
See TracChangeset
for help on using the changeset viewer.