Changeset 58132 in vbox for trunk/include/iprt
- Timestamp:
- Oct 9, 2015 12:09:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r57944 r58132 588 588 * @param pvUser User argument. 589 589 */ 590 typedef DECLCALLBACK(int) RTLDRIMPORT(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol,591 PRTLDRADDR pValue, void *pvUser);590 typedef DECLCALLBACK(int) FNRTLDRIMPORT(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, 591 PRTLDRADDR pValue, void *pvUser); 592 592 /** Pointer to a FNRTLDRIMPORT() callback function. */ 593 typedef RTLDRIMPORT *PFNRTLDRIMPORT;593 typedef FNRTLDRIMPORT *PFNRTLDRIMPORT; 594 594 595 595 /**
Note:
See TracChangeset
for help on using the changeset viewer.