public static extern bool GetIconInfo(IntPtr hIcon, ref Services.IconInfo pIconInfo);
internal static extern bool AdjustTokenPrivileges(IntPtr htok, bool disall, ref Services.TokPriv1Luid newst, int len, IntPtr prev, IntPtr relen);
public static extern IntPtr CreateIconIndirect(ref Services.IconInfo icon);