derelict.util.sharedlib

Undocumented in source.

Members

Aliases

SharedLibHandle
alias SharedLibHandle = void*
Undocumented in source.
SharedLibHandle
alias SharedLibHandle = HMODULE
Undocumented in source.

Functions

dlclose
int dlclose(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlerror
const(char)* dlerror()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlopen
void* dlopen(const(char)* file, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlsym
void* dlsym(void* handle, const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

SharedLib
struct SharedLib

Low-level wrapper of the even lower-level operating-specific shared library loading interface.

Variables

RTLD_NOW
int RTLD_NOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta