dynlolib_FreeLibrary

[<<<] [>>>]

@c Release a library

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
[<<<] [>>>]