SidebarLibrary.Win32.WindowsAPI.ImageList_Destroy C# (CSharp) Method

ImageList_Destroy() private method

private ImageList_Destroy ( IntPtr handle ) : bool
handle System.IntPtr
return bool
		public static extern bool ImageList_Destroy(IntPtr handle);
		[DllImport("comctl32.dll")]