VirtualBox

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


Ignore:
Timestamp:
Oct 7, 2018 1:00:04 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: More kStuff cleanup. bugref:9232

File:
1 edited

Legend:

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

    r74253 r74654  
    448448RTDECL(int) RTLdrOpenVfsChain(const char *pszFilename, uint32_t fFlags, RTLDRARCH enmArch,
    449449                              PRTLDRMOD phLdrMod, uint32_t *poffError, PRTERRINFO pErrInfo);
    450 
    451 /**
    452  * Open a binary image file using kLdr allowing VFS chains in the filename.
    453  *
    454  * @returns iprt status code.
    455  * @param   pszFilename Image filename.
    456  * @param   fFlags      Reserved, MBZ.
    457  * @param   enmArch     CPU architecture specifier for the image to be loaded.
    458  * @param   phLdrMod    Where to store the handle to the loaded module.
    459  * @param   poffError   Where to return the offset into @a pszFilename of an VFS
    460  *                      chain element causing trouble.  Optional.
    461  * @param   pErrInfo    Where to return extended error information.  Optional.
    462  * @remark  Primarily for testing the loader.
    463  */
    464 RTDECL(int) RTLdrOpenVfsChainkLdr(const char *pszFilename, uint32_t fFlags, RTLDRARCH enmArch,
    465                                   PRTLDRMOD phLdrMod, uint32_t *poffError, PRTERRINFO pErrInfo);
    466450
    467451/**
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