MemoryFreeLibrary

Free the specified dll previousle loaded with MemoryLoadLibrary. Similar to FreeLibrary.


OutputVar := MemoryFreeLibrary Handle
Function Example: lib := MemoryFreeLibrary(ahkdllModule)

Parameters

OutputVar

The name of the variable in which to store the handle of loaded library.

Handle

MemoryModule handle prevously returned by MemoryLoadLibrary.

Related

MemoryModule, MemoryGetProcAddress, MemoryLoadLibrary, MemoryFindResource, MemorySizeofResource, MemoryLoadResource, MemoryLoadString, DllCall, DynaCall

Examples

See MemoryLoadLibrary