R3LibraryClose
void R3LibraryClose(R3APP *app, R3LIBRARY *lib, int closing_down);
app - application handle returned by R3AppCreate()
-
Close dynamic library opened by R3LibraryOpen(). If the 'closing_down' parameter is TRUE and nobody else uses the library, the library is unloaded. If 'closing_down' is not given, the memory allocated for the library is not freed unless lack of memory situation arises. This is a low level function which you should not need to call.