コード例 #1
0
ファイル: Methods.cs プロジェクト: Oulaiphone/Sanjigen
 public static extern int SetWindowLong(IntPtr hWnd, Constants.WindowLongIndex nIndex, int dwNewLong);
コード例 #2
0
ファイル: Methods.cs プロジェクト: Oulaiphone/Sanjigen
 public static extern int GetWindowLong(IntPtr hWnd, Constants.WindowLongIndex nIndex);