[DllImport("user32.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool 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!