EnumResTypeProc typedef Null safety
Application-defined callback function used with the EnumResourceTypes and EnumResourceTypesEx functions. It receives resource types.
Implementation
typedef EnumResTypeProc = Int32 Function(
IntPtr hModule, Pointer<Utf16> lpszType, IntPtr lParam);