- Timestamp:
- Jun 6, 2013 11:42:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r46266 r46403 880 880 /** The RTPROC_FLAGS_DETACHED flag isn't supported. */ 881 881 #define VERR_PROC_DETACH_NOT_SUPPORTED (-22404) 882 /** An account is restricted in a certain way. */ 883 #define VERR_ACCOUNT_RESTRICTED (-22405) 884 /** An account is restricted in a certain way. */ 885 #define VINF_ACCOUNT_RESTRICTED 22405 882 886 /** @} */ 883 887
Note:
See TracChangeset
for help on using the changeset viewer.