1.15.2. dynlolib_FreeLibrary

[<<<] [>>>]

This function releases the library that was loaded before using dynlolib_LoadLibrary

void dynlolib_FreeLibrary(
  void *pLibrary
);
The argument pLibrary is the pointer, which was returned by the function dynlolib_LoadLibrary
[<<<] [>>>]