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