mutils.plugin.load_lib

Undocumented in source.

Members

Aliases

SharedLibHandle
alias SharedLibHandle = void*
Undocumented in source.

Functions

GetErrorStr
string GetErrorStr()
Undocumented in source. Be warned that the author may not have intended to support it.
GetErrorStr
string GetErrorStr()
Undocumented in source. Be warned that the author may not have intended to support it.
GetSymbol
void* GetSymbol(SharedLibHandle hlib, string symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSymbol
void* GetSymbol(SharedLibHandle hlib, string symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
LoadSharedLib
SharedLibHandle LoadSharedLib(string libName)
Undocumented in source. Be warned that the author may not have intended to support it.
LoadSharedLib
SharedLibHandle LoadSharedLib(string libName)
Undocumented in source. Be warned that the author may not have intended to support it.
UnloadSharedLib
void UnloadSharedLib(SharedLibHandle hlib)
Undocumented in source. Be warned that the author may not have intended to support it.
UnloadSharedLib
void UnloadSharedLib(SharedLibHandle hlib)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

charBuffer
char[256] charBuffer;
Undocumented in source.

Meta