Changeset 35183 in vbox for trunk/include/iprt/ldr.h
- Timestamp:
- Dec 16, 2010 1:59:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r35152 r35183 98 98 * @param phLdrMod Where to store the handle to the loader module. 99 99 * @param fFlags See RTLDFLAGS_. 100 * @param pszError Where to store an error message on failure. Optional. 101 * @param cbError The size of the buffer pointed to by @a pszError. 102 */ 103 RTDECL(int) RTLdrLoadEx(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, char *pszError, size_t cbError); 100 * @param pErrInfo Where to return extended error information. Optional. 101 */ 102 RTDECL(int) RTLdrLoadEx(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINFO pErrInfo); 104 103 105 104 /**
Note:
See TracChangeset
for help on using the changeset viewer.