MemoryFreeLibrary

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


MemoryFreeLibrary Handle
Function Example: MemoryFreeLibrary(ahkdllModule)

Parameters

Handle

MemoryModule handle prevously returned by MemoryLoadLibrary.

Related

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

Examples

See MemoryLoadLibrary