示例#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);