CloseLibrary()

Syntax

CloseLibrary(#Library)
Description
Closes a library previously opened using OpenLibrary(), and frees any memory associated with this library.

Parameters

#Library The library to close. If #PB_All is specified, all the remaining libraries are closed.

Return value

None.

See Also

OpenLibrary()

Supported OS

All

<- CallFunctionFast() - Library Index - CountLibraryFunctions() ->