Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <DllLoaderContainer.h>
Static Public Member Functions | |
static LibraryLoader * | GetModule (const char *sName) |
static LibraryLoader * | GetModule (const HMODULE hModule) |
static LibraryLoader * | LoadModule (const char *sName, const char *sCurrentDir=NULL, bool bLoadSymbols=false) |
static void | ReleaseModule (LibraryLoader *&pDll) |
static void | RegisterDll (LibraryLoader *pDll) |
static void | UnRegisterDll (LibraryLoader *pDll) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |