Changeset 23715 in vbox for trunk/include/iprt
- Timestamp:
- Oct 13, 2009 9:14:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.mac
r22806 r23715 98 98 %define VERR_CALLBACK_RETURN (-88) 99 99 %define VINF_CALLBACK_RETURN 88 100 %define VERR_AUTHENTICATION_FAILURE (-89) 100 101 %define VERR_FILE_IO_ERROR (-100) 101 102 %define VERR_OPEN_FAILED (-101) … … 145 146 %define VERR_DISK_INVALID_FORMAT (-155) 146 147 %define VERR_TOO_MANY_SYMLINKS (-156) 148 %define VERR_NS_SYMLINK_SET_TIME (-157) 147 149 %define VERR_SEARCH_ERROR (-200) 148 150 %define VERR_NO_MORE_FILES (-201) … … 230 232 %define VERR_TCP_SERVER_STOP (-500) 231 233 %define VINF_TCP_SERVER_STOP 500 234 %define VERR_TCP_SERVER_SHUTDOWN (-501) 235 %define VERR_TCP_SERVER_DESTROYED (-502) 236 %define VINF_TCP_SERVER_NO_CLIENT 503 232 237 %define VERR_L4_INVALID_DS_OFFSET (-550) 233 238 %define VERR_IPC (-551) … … 311 316 %define VERR_GETOPT_INVALID_ARGUMENT_FORMAT (-827) 312 317 %define VINF_GETOPT_NOT_OPTION 828 318 %define VERR_GETOPT_INDEX_MISSING (-829) 313 319 %define VERR_CACHE_FULL (-850) 314 320 %define VERR_CACHE_EMPTY (-851)
Note:
See TracChangeset
for help on using the changeset viewer.