ENUMRESNAMEPROC typedef callback

ENUMRESNAMEPROC = Int32 Function(Pointer<NativeType> hModule, Pointer<Utf16> lpType, Pointer<Utf16> lpName, IntPtr lParam)

An application-defined callback function used with the EnumResourceNames and EnumResourceNamesEx functions.

To learn more, see learn.microsoft.com/windows/win32/api/libloaderapi/nc-libloaderapi-enumresnameprocw.

Implementation

typedef ENUMRESNAMEPROC =
    Int32 Function(
      Pointer hModule,
      Pointer<Utf16> lpType,
      Pointer<Utf16> lpName,
      IntPtr lParam,
    );