Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Win32DllLoader.cpp File Reference
#include "Win32DllLoader.h"
#include "DllLoaderContainer.h"
#include "exports/emu_msvcrt.h"
#include "filesystem/SpecialProtocol.h"
#include "utils/StringUtils.h"
#include "utils/log.h"
#include "platform/win32/CharsetConverter.h"
#include <limits>
#include <string_view>

Classes

struct  Export
 

Functions

FARPROC WINAPI dllWin32GetProcAddress (HMODULE hModule, LPCSTR function)
 
HMODULE WINAPI dllLoadLibraryA (LPCSTR libname)
 
BOOL WINAPI dllFreeLibrary (HINSTANCE hLibModule)
 
bool FunctionNeedsWrapping (const char *functionName, void **fixup)
 

Variables

Export win32_exports []
 

Function Documentation

◆ dllFreeLibrary()

BOOL WINAPI dllFreeLibrary ( HINSTANCE hLibModule)

◆ dllLoadLibraryA()

HMODULE WINAPI dllLoadLibraryA ( LPCSTR libname)

◆ dllWin32GetProcAddress()

FARPROC __stdcall dllWin32GetProcAddress ( HMODULE hModule,
LPCSTR function )

◆ FunctionNeedsWrapping()

bool FunctionNeedsWrapping ( const char * functionName,
void ** fixup )

Variable Documentation

◆ win32_exports

Export win32_exports[]