Changeset 56733 in vbox for trunk/include/VBox/sup.h
- Timestamp:
- Jul 1, 2015 2:01:43 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r56401 r56733 1051 1051 /** The hardened DLL has a "TrustedError" function (see FNSUPTRUSTEDERROR). */ 1052 1052 #define SUPSECMAIN_FLAGS_TRUSTED_ERROR RT_BIT_32(1) 1053 /** Program binary location mask. */ 1054 #define SUPSECMAIN_FLAGS_LOC_MASK UINT32_C(0x00000010) 1055 /** Default binary location is the application binary directory. Does 1056 * not need to be given explicitly (it's 0). */ 1057 #define SUPSECMAIN_FLAGS_LOC_APP_BIN UINT32_C(0x00000000) 1058 /** The binary is located in the testcase directory instead of the 1059 * default application binary directory. */ 1060 #define SUPSECMAIN_FLAGS_LOC_TESTCASE UINT32_C(0x00000010) 1053 1061 /** @} */ 1054 1062
Note:
See TracChangeset
for help on using the changeset viewer.