VirtualBox

Changeset 54013 in vbox for trunk/include


Ignore:
Timestamp:
Jan 28, 2015 1:44:00 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97921
Message:

Support: added SUPR3LockDownLoader()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r53824 r54013  
    11371137
    11381138/**
     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 */
     1148SUPR3DECL(int) SUPR3LockDownLoader(PRTERRINFO pErrInfo);
     1149
     1150/**
    11391151 * Get the address of a symbol in a ring-0 module.
    11401152 *
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette