Find the function pointer in the specified dll previously loaded with MemoryLoadLibrary. Similar to GetProcAddress.
OutputVar := MemoryGetProcAddress(Handle, FuncName)Function Example: ahkdll := MemoryGetProcAddress(ahkdllModule,"ahkdll")
The name of the variable in which to store the function pointer.
MemoryModule handle prevously returned by MemoryLoadLibrary. or ResourceLoadLibrary.
Name of the function.
MemoryModule, MemoryLoadLibrary, ResourceLoadLibrary, MemoryFreeLibrary, MemoryFindResource, MemorySizeofResource, MemoryLoadResource, MemoryLoadString, DllCall, DynaCall