コード例 #1
0
ファイル: CustomCursor.cs プロジェクト: jeky2000/BirdHunter
 public static extern IntPtr CreateIconIndirect(ref IconInfo icon);
コード例 #2
0
ファイル: CustomCursor.cs プロジェクト: jeky2000/BirdHunter
 public static extern bool GetIconInfo(IntPtr hIcon, ref IconInfo pIconInfo);