Last updated 1 year ago
[DllImport("coredll.dll", SetLastError = true, CharSet = CharSet.Unicode)] public static extern IntPtr LoadIcon( IntPtr hInstance, string lpIconName );
Microsoft documentation: