Ejemplo n.º 1
0
 public static extern int CreateIconIndirect(ref ICONINFO piconinfo);
Ejemplo n.º 2
0
 public static extern int GetIconInfo(HANDLE hIcon, out ICONINFO piconinfo);
Ejemplo n.º 3
0
 public static extern bool GetIconInfo(IntPtr hIcon, out ICONINFO piconinfo);