MemoryFindResource

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")

Parameters

OutputVar

The name of the variable in which to store the resource pointer.

Handle

MemoryModule handle prevously loaded with MemoryLoadLibrary.

Name

Name of the resource, can be a string or digit.

Type

Type of the resource, can be a string or digit. See also Resource Types.

Language (optional)

The language of the resource.

Related

MemoryModule, MemoryLoadLibrary, ResourceLoadLibrary, MemoryFreeLibrary, MemoryGetProcAddress, MemorySizeofResource, MemoryLoadResource, MemoryLoadString, MemoryLoadStringEx, DllCall, DynaCall