BelhardTraining.LessonMultithreading.IconTools.NativeMethods.DestroyIcon C# (CSharp) Method

DestroyIcon() private method

private DestroyIcon ( IntPtr handle ) : bool
handle System.IntPtr
return bool
            public static extern bool DestroyIcon(IntPtr handle);
IconTools.NativeMethods