[DllImport("user32.dll", SetLastError=true)]
static extern int DestroyIcon(IntPtr hIcon);
None.
As always, only do SetLastError=true if you actually intend to call GetLastError.
Please add some!
Please add some!
Do you know one? Please contribute it!