コード例 #1
0
ファイル: Native.cs プロジェクト: zhchlmm/EasyConnect
 public static extern int SetWindowLong(IntPtr hWnd, Native.GWL nIndex, Native.WS_EX dwNewLong);
コード例 #2
0
ファイル: Native.cs プロジェクト: zhchlmm/EasyConnect
 public static extern int GetWindowLong(IntPtr hWnd, Native.GWL nIndex);