win32api.EnumResourceNames
[string, ...] = EnumResourceNames(hmodule, resType )
Enumerates all the resources of the specified type from the nominated file.
Parameters
Return Value
The result is a list of string or integers, one for each resource enumerated.