Changeset 54013 in vbox for trunk/include
- Timestamp:
- Jan 28, 2015 1:44:00 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r53824 r54013 1137 1137 1138 1138 /** 1139 * Lock down the module loader interface. 1140 * 1141 * This will lock down the module loader interface. No new modules can be 1142 * loaded and all loaded modules can no longer be freed. 1143 * 1144 * @returns VBox status code. 1145 * @param pErrInfo Where to return extended error information. 1146 * Optional. 1147 */ 1148 SUPR3DECL(int) SUPR3LockDownLoader(PRTERRINFO pErrInfo); 1149 1150 /** 1139 1151 * Get the address of a symbol in a ring-0 module. 1140 1152 *
Note:
See TracChangeset
for help on using the changeset viewer.