public static extern int GetWindowLong(IntPtr hWnd, GetWindowLongIndex nIndex);
Example #2
0
		public static extern int GetWindowLong(IntPtr hWnd, GetWindowLongIndex nIndex);
Example #3
0
 public static extern UIntPtr SetWindowLongPtr(IntPtr hWnd, GetWindowLongIndex index, UIntPtr value);
Example #4
0
 private static extern WindowStyles GetWindowLong(IntPtr hwnd, GetWindowLongIndex index);
Example #5
0
 public static extern UIntPtr GetWindowLongPtr(IntPtr hWnd, GetWindowLongIndex index);