rt_unloadLibrary

Unloads DLL that was previously loaded by rt_loadLibrary(). Input: ptr the handle returned by rt_loadLibrary()

version(Windows) extern (C)
int
rt_unloadLibrary
(
void* ptr
)

Return Value

Type: int

1 succeeded 0 some failure happened

Suggestion Box / Bug Report