Free the specified dll previousle loaded with MemoryLoadLibrary. Similar to FreeLibrary.
OutputVar := MemoryFreeLibrary HandleFunction Example: lib := MemoryFreeLibrary(ahkdllModule)
The name of the variable in which to store the handle of loaded library.
MemoryModule handle prevously returned by MemoryLoadLibrary.
MemoryModule, MemoryGetProcAddress, MemoryLoadLibrary, MemoryFindResource, MemorySizeofResource, MemoryLoadResource, MemoryLoadString, DllCall, DynaCall