DLLFREE

Synopsis
DLLFREE
(DLLFREE dllname)
Description

Unloads a DLL that was loaded with DLLLOAD. If a dllname input is given, then the DLL by that name is unloaded. Otherwise, the most recently loaded DLL is unloaded.

Example
DLLLOAD "user32.dll
DLLFREE

SourceForge.net Logo