FreeModule()
Syntax
FreeModule(#Module)Description
Stop and remove the specified module previously loaded with the LoadModule() function from memory. Once a module has been freed, it can't be played anymore.
Parameters
#Module The module to free. If #PB_All is specified, all the remaining modules are freed.
Return value
This function has no return value.
Remarks
All remaining modules are automatically freed when the program ends.
Supported OS
All