コード例 #1
0
ファイル: User32.cs プロジェクト: uonun/TaggableShell
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);
コード例 #2
0
ファイル: Win32Sharp.cs プロジェクト: rurbina/win32-sharp
		public static extern WindowStyle GetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex);
コード例 #3
0
ファイル: Win32Sharp.cs プロジェクト: rurbina/win32-sharp
		public static extern WindowStyle SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, WindowStyle dwNewLong);
コード例 #4
0
ファイル: User32.cs プロジェクト: uonun/TaggableShell
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);