Changeset 66526 in vbox for trunk/include/VBox/err.h
- Timestamp:
- Apr 12, 2017 12:09:01 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114537
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r66525 r66526 1921 1921 /** Unable to establish trusted of VM process (5). */ 1922 1922 #define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5 (-3775) 1923 /** Unable to make text memory writeable (hardening). */ 1924 #define VERR_SUPLIB_TEXT_NOT_WRITEABLE (-3775) 1925 /** Unable to seal text memory again to protect against write access (hardening). */ 1926 #define VERR_SUPLIB_TEXT_NOT_SEALED (-3776) 1927 /** Unexpected instruction encountered for which there is no patch strategy 1928 * implemented (hardening). */ 1929 #define VERR_SUPLIB_UNEXPECTED_INSTRUCTION (-3777) 1923 1930 /** @} */ 1924 1931
Note:
See TracChangeset
for help on using the changeset viewer.