VirtualBox

Changeset 35183 in vbox for trunk/include/iprt/ldr.h


Ignore:
Timestamp:
Dec 16, 2010 1:59:44 PM (14 years ago)
Author:
vboxsync
Message:

RTLdrLoadEx use RTERRINFO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r35152 r35183  
    9898 * @param   phLdrMod    Where to store the handle to the loader module.
    9999 * @param   fFlags      See RTLDFLAGS_.
    100  * @param   pszError    Where to store an error message on failure. Optional.
    101  * @param   cbError     The size of the buffer pointed to by @a pszError.
    102  */
    103 RTDECL(int) RTLdrLoadEx(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, char *pszError, size_t cbError);
     100 * @param   pErrInfo    Where to return extended error information. Optional.
     101 */
     102RTDECL(int) RTLdrLoadEx(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINFO pErrInfo);
    104103
    105104/**
Note: See TracChangeset for help on using the changeset viewer.

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