derelict.util.sharedlib

Undocumented in source.

Members

Aliases

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

Classes

SharedLib
class SharedLib
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
CCPTR 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(CCPTR 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, CCPTR name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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