public static extern int GetIconInfo(IntPtr hIcon, out ICONINFO piconinfo);
public static extern int CreateIconIndirect(ref ICONINFO piconinfo);