VirtualBox

Changeset 34959 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 10, 2010 3:17:31 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68779
Message:

Added RTLdrLoadEx for exposing dlerror info.

File:
1 edited

Legend:

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

    r34241 r34959  
    10361036 *
    10371037 * @returns iprt status code.
    1038  * @param   pszFilename Image filename. This must have a path.
    1039  * @param   phLdrMod    Where to store the handle to the loaded module.
    1040  */
    1041 SUPR3DECL(int) SUPR3HardenedLdrLoad(const char *pszFilename, PRTLDRMOD phLdrMod);
     1038 * @param   pszFilename     Image filename. This must have a path.
     1039 * @param   phLdrMod        Where to store the handle to the loaded module.
     1040 * @param   pszError        Where to return error message on failure.
     1041 * @param   cbError         The size of the error buffer.
     1042 */
     1043SUPR3DECL(int) SUPR3HardenedLdrLoad(const char *pszFilename, PRTLDRMOD phLdrMod, char *pszError, size_t cbError);
    10421044
    10431045/**
     
    10511053 * @param   pszFilename Image filename.
    10521054 * @param   phLdrMod    Where to store the handle to the loaded module.
    1053  */
    1054 SUPR3DECL(int) SUPR3HardenedLdrLoadAppPriv(const char *pszFilename, PRTLDRMOD phLdrMod);
     1055 * @param   pszError        Where to return error message on failure.
     1056 * @param   cbError         The size of the error buffer.
     1057 */
     1058SUPR3DECL(int) SUPR3HardenedLdrLoadAppPriv(const char *pszFilename, PRTLDRMOD phLdrMod, char *pszError, size_t cbError);
    10551059
    10561060/**
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