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