xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

LibFree()

Releases a dynamically loaded xHarbour DLL from memory.

Syntax

LibFree( <pDllHandle> ) --> lSuccess

Arguments

<pDllHandle>
This is the pointer of the DLL to release as returned from LibLoad().

Return

The function returns a logical value indicating a successful operation.

Description

Function LibFree() releases a DLL previously loaded with LibLoad() from memory. When the function is successful, it returns .T. (true) and the pointer <pDllHandle> of the xHarbour DLL can no longer be used.

Info

See also:HB_LibDo(), LibLoad(), FreeLibrary()
Category: DLL functions , xHarbour extensions
Source:vm\dynlibhb.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe