ENUMRESTYPEPROC typedef
Application-defined callback function used with the EnumResourceTypes and EnumResourceTypesEx functions. It receives resource types.
Implementation
typedef ENUMRESTYPEPROC = BOOL Function(
HMODULE hModule, Pointer<Utf16> lpszType, LONG_PTR lParam);