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