FindResourceEx
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool FindResourceEx(
IntPtr hModule,
IntPtr lpType,
IntPtr lpName,
ushort wLanguage,
IntPtr lParam
);
Microsoft documentation: Link
Last updated