- Timestamp:
- Apr 12, 2017 1:51:44 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r66526 r66535 1922 1922 #define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5 (-3775) 1923 1923 /** Unable to make text memory writeable (hardening). */ 1924 #define VERR_SUPLIB_TEXT_NOT_WRITEABLE (-377 5)1924 #define VERR_SUPLIB_TEXT_NOT_WRITEABLE (-3776) 1925 1925 /** Unable to seal text memory again to protect against write access (hardening). */ 1926 #define VERR_SUPLIB_TEXT_NOT_SEALED (-377 6)1926 #define VERR_SUPLIB_TEXT_NOT_SEALED (-3777) 1927 1927 /** Unexpected instruction encountered for which there is no patch strategy 1928 1928 * implemented (hardening). */ 1929 #define VERR_SUPLIB_UNEXPECTED_INSTRUCTION (-377 7)1929 #define VERR_SUPLIB_UNEXPECTED_INSTRUCTION (-3778) 1930 1930 /** @} */ 1931 1931
Note:
See TracChangeset
for help on using the changeset viewer.

