Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/wb release library

Releases a DLL from memory.

Syntax

bool wb_release_library (int idlib)
  • idlib is the library to release. The idlib identifier must have been obtained with a call to <winterpostwiki>wb_load_library</winterpostwiki>().

NOTE: calling this function is usually not necessary.

Returns

Returns TRUE on success or FALSE if an error occurs.

See also

Winbinder Projects