Esempio n. 1
0
 internal static extern uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
Esempio n. 2
0
 private static extern int User32_GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
Esempio n. 3
0
 internal static extern int SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, int dwNewLong);
 public static extern uint SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, uint dwNewLong);
 public static extern uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
Esempio n. 6
0
 public uint SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, uint dwNewLong)
 {
     return StaticPInvoke.SetWindowLong(hWnd, nIndex, dwNewLong);
 }
Esempio n. 7
0
 public uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex)
 {
     return StaticPInvoke.GetWindowLong(hWnd, nIndex);
 }
Esempio n. 8
-1
 private static extern int User32_SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, int dwNewLong);