- FormatMessageA
uint FormatMessageA(uint , void* , uint , uint , char* , uint , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FreeLibrary
void FreeLibrary(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetLastError
uint GetLastError()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetProcAddress
void* GetProcAddress(void* , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- LoadLibraryA
void* LoadLibraryA(char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetDllDirectoryA
int SetDllDirectoryA(const(char)* path)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- basePath
string basePath()
Undocumented in source. Be warned that the author may not have intended to support it.
- dlclose
int dlclose(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dlerror
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(char* , int )
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* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.