예제 #1
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, uint newLong);
예제 #2
0
 public static extern uint GetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex);
예제 #3
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, object dwNewLong);
예제 #4
0
파일: Window.cs 프로젝트: saasan/PSUTools
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, int dwNewLong);
예제 #5
0
파일: Window.cs 프로젝트: saasan/PSUTools
 public static extern int GetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex);
예제 #6
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, ExtendedWindowStylesFlags dwNewLong);