SidebarLibrary.Win32.WindowsAPI.ImageList_Destroy C# (CSharp) 메소드

ImageList_Destroy() 개인적인 메소드

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