Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
DllLoaderContainer Class Reference

#include <DllLoaderContainer.h>

Static Public Member Functions

static LibraryLoaderGetModule (const char *sName)
 
static LibraryLoaderGetModule (const HMODULE hModule)
 
static LibraryLoaderLoadModule (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)
 

Member Function Documentation

◆ GetModule() [1/2]

LibraryLoader * DllLoaderContainer::GetModule ( const char * sName)
static

◆ GetModule() [2/2]

LibraryLoader * DllLoaderContainer::GetModule ( const HMODULE hModule)
static

◆ LoadModule()

LibraryLoader * DllLoaderContainer::LoadModule ( const char * sName,
const char * sCurrentDir = NULL,
bool bLoadSymbols = false )
static

◆ RegisterDll()

void DllLoaderContainer::RegisterDll ( LibraryLoader * pDll)
static

◆ ReleaseModule()

void DllLoaderContainer::ReleaseModule ( LibraryLoader *& pDll)
static

◆ UnRegisterDll()

void DllLoaderContainer::UnRegisterDll ( LibraryLoader * pDll)
static

The documentation for this class was generated from the following files: