LoadIcon (coredll)
Last changed: anonymous

.
Summary
This function loads the specified icon resource from the executable (.exe) file associated with an application instance.

C# Signature:

[DllImport("coredll.dll")]
static extern IntPtr LoadIcon(IntPtr hInst, string iconName);

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Refer to the NOTIFYICONDATA Source Code section.

Documentation
LoadIcon on MSDN