public static extern IntPtr CreateIconIndirect(ref IconInfo icon);
public static extern bool GetIconInfo(IntPtr hincon, ref IconInfo piconinfo);