Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
DllHelper.h File Reference
#include <string>
#include <dlfcn.h>
#include <kodi/AddonBase.h>
#include <kodi/Filesystem.h>

Classes

class  kodi::tools::CDllHelper
 

Namespaces

namespace  kodi
 
namespace  kodi::tools
 

Macros

#define REGISTER_DLL_SYMBOL(functionPtr)    kodi::tools::CDllHelper::RegisterSymbol(functionPtr, #functionPtr)
 Macro to translate the given pointer value name of functions to requested function name.