private static extern IntPtr CreateIconIndirect(ref IconInfo icon);
 private static extern bool GetIconInfo(IntPtr hIcon, ref IconInfo pIconInfo);