rt_loadLibrary

Loads a DLL written in D with the name 'name'.

version(Windows) extern (C)
void*
rt_loadLibrary
(
const char* name
)

Return Value

Type: void*

opaque handle to the DLL if successfully loaded null if failure

Suggestion Box / Bug Report