xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

DllUnload()

Releases a dynamically loaded external DLL from memory.

Syntax

DllUnload( <nDllHandle> ) --> lSuccess

Arguments

<nDllhandle>
This is a numeric handle of the DLL to release as returned from LoadLibrary().

Return

The function returns a logical value inidcating a successful operation.

Description

Function DllUnload() is a synonym for FreeLibrary(). Refer to FreeLibrary().

Info

See also:FreeLibrary()
Category: DLL functions , xHarbour extensions
Source:rtl\dllcall.c
LIB:xhb.lib
DLL:xhbdll.dll


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