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