Changeset 217 in vbox for trunk/include/iprt
- Timestamp:
- Jan 21, 2007 9:41:29 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r10 r217 188 188 /** The operation was cancelled by the user. */ 189 189 #define VERR_CANCELLED (-70) 190 190 /** Failed to initialize a memory object. 191 * Exactly what this means is OS specific. */ 192 #define VERR_MEMOBJ_INIT_FAILED (-71) 193 /** Out of memory condition when allocating memory with low physical backing. */ 194 #define VERR_NO_LOW_MEMORY (-72) 195 /** Out of memory condition when allocating physical memory (without mapping). */ 196 #define VERR_NO_PHYS_MEMORY (-73) 197 /** The address (virtual or physical) is too big. */ 198 #define VERR_ADDRESS_TOO_BIG (-74) 199 /** Failed to map a memory object. */ 200 #define VERR_MAP_FAILED (-75) 191 201 /** @} */ 192 202
Note:
See TracChangeset
for help on using the changeset viewer.