Changeset 17019 in vbox for trunk/include/iprt/ldr.h
- Timestamp:
- Feb 23, 2009 1:34:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r17010 r17019 50 50 RTDECL(const char *) RTLdrGetSuff(void); 51 51 52 RTDECL(bool) RTLdrIsLoadable(const char *pszName); 52 /** 53 * Checks if a library is loadable or not. 54 * 55 * This may attempt load and unload the library. 56 * 57 * @returns true/false accordingly. 58 * @param pszFilename Image filename. 59 */ 60 RTDECL(bool) RTLdrIsLoadable(const char *pszFilename); 53 61 54 62 /**
Note:
See TracChangeset
for help on using the changeset viewer.