Changeset 74654 in vbox for trunk/include/iprt/ldr.h
- Timestamp:
- Oct 7, 2018 1:00:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r74253 r74654 448 448 RTDECL(int) RTLdrOpenVfsChain(const char *pszFilename, uint32_t fFlags, RTLDRARCH enmArch, 449 449 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 VFS460 * 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);466 450 467 451 /**
Note:
See TracChangeset
for help on using the changeset viewer.