Changeset 35152 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Dec 15, 2010 4:45:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/ldr.h
r34959 r35152 365 365 * @param pszFilename The image filename. 366 366 * @param phHandle Where to store the module handle on success. 367 * @param fFlags See RTLDRFLAGS_. 367 368 * @param pszError Where to store the error message. Optional. 368 369 * @param cbError The size of the error message buffer. 369 370 */ 370 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, char *pszError, size_t cbError);371 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, uint32_t fFlags, char *pszError, size_t cbError); 371 372 372 373 int rtldrPEOpen(PRTLDRREADER pReader, uint32_t fFlags, RTLDRARCH enmArch, RTFOFF offNtHdrs, PRTLDRMOD phLdrMod);
Note:
See TracChangeset
for help on using the changeset viewer.