Typedefs | |
typedef GWEN_LIBLOADERSTRUCT | GWEN_LIBLOADER |
Functions | |
GWENHYWFAR_API GWEN_ERRORCODE | GWEN_LibLoader_CloseLibrary (GWEN_LIBLOADER *h) |
GWENHYWFAR_API void | GWEN_LibLoader_free (GWEN_LIBLOADER *h) |
GWENHYWFAR_API GWEN_LIBLOADER * | GWEN_LibLoader_new () |
GWENHYWFAR_API GWEN_ERRORCODE | GWEN_LibLoader_OpenLibrary (GWEN_LIBLOADER *h, const char *name) |
GWENHYWFAR_API GWEN_ERRORCODE | GWEN_LibLoader_OpenLibraryWithPath (GWEN_LIBLOADER *h, const char *path, const char *name) |
GWENHYWFAR_API GWEN_ERRORCODE | GWEN_LibLoader_Resolve (GWEN_LIBLOADER *h, const char *name, void **p) |
This module can be used to load libraries and to lookup symbols inside them.
|
|
|
|
|
Frees the libloader. This does NOT automatically unload the library loaded using this loader ! But after freeing the loader you can not resolve more symbols. However, already resolved symbols remain accessible. |
|
|
|
|
|
|
|
|