Find the resource in the specified dll previously loaded with MemoryLoadLibrary. Similar to FindResource and FindResourceEx.
OutputVar := MemoryFindResource(Handle, Name, Type, Language)Function Example: ahkdllTypeLib := MemoryFindResource(ahkdllModule,1,"TYPELIB")
The name of the variable in which to store the resource pointer.
MemoryModule handle prevously loaded with MemoryLoadLibrary.
Name of the resource, can be a string or digit.
Type of the resource, can be a string or digit. See also Resource Types.
The language of the resource.
MemoryModule, MemoryLoadLibrary, MemoryFreeLibrary, MemoryGetProcAddress, MemorySizeofResource, MemoryLoadResource, MemoryLoadString, MemoryLoadStringEx, DllCall, DynaCall