ENUMRESNAMEPROC typedef

ENUMRESNAMEPROC = BOOL Function(HMODULE hModule, Pointer<Utf16> lpType, Pointer<Utf16> lpName, LONG_PTR lParam)

Application-defined callback function used with the EnumResourceNames and EnumResourceNamesEx functions. It receives the type and name of a resource.

Implementation

typedef ENUMRESNAMEPROC = BOOL Function(HMODULE hModule, Pointer<Utf16> lpType,
    Pointer<Utf16> lpName, LONG_PTR lParam);