Beispiel #1
0
 public static int SetWindowLong(IntPtr hWnd, Gwl nIndex, int dwNewLong)
 {
     return(SetWindowLong(hWnd, (int)nIndex, dwNewLong));
 }
Beispiel #2
0
 internal static int SetWindowLong(IntPtr hWnd, Gwl nIndex, int dwNewLong)
 {
     return(User32.SetWindowLong(hWnd, (int)nIndex, dwNewLong));
 }
Beispiel #3
0
 public static int GetWindowLong(IntPtr hWnd, Gwl nIndex)
 {
     return(GetWindowLong(hWnd, (int)nIndex));
 }