AutoSquirrel.IconHelper.User32.DestroyIcon C# (CSharp) Method

DestroyIcon() private method

private DestroyIcon ( IntPtr hIcon ) : int
hIcon System.IntPtr
return int
            public static extern int DestroyIcon(IntPtr hIcon);
        }
IconHelper.User32