VirtualBox

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


Ignore:
Timestamp:
Oct 24, 2018 12:29:03 PM (6 years ago)
Author:
vboxsync
Message:

iprt/ldr.h: Forgot to remove RTLdrOpenkLdr prototype. bugref:9232

File:
1 edited

Legend:

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

    r74760 r75035  
    421421 */
    422422RTDECL(int) RTLdrOpenEx(const char *pszFilename, uint32_t fFlags, RTLDRARCH enmArch, PRTLDRMOD phLdrMod, PRTERRINFO pErrInfo);
    423 
    424 /**
    425  * Opens a binary image file using kLdr.
    426  *
    427  * @returns iprt status code.
    428  * @param   pszFilename Image filename.
    429  * @param   phLdrMod    Where to store the handle to the loaded module.
    430  * @param   fFlags      Valid RTLDR_O_XXX combination.
    431  * @param   enmArch     CPU architecture specifier for the image to be loaded.
    432  * @remark  Primarily for testing the loader.
    433  */
    434 RTDECL(int) RTLdrOpenkLdr(const char *pszFilename, uint32_t fFlags, RTLDRARCH enmArch, PRTLDRMOD phLdrMod);
    435423
    436424/**
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