Widow – Diff between revs 11 and 12

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 11 Rev 12
Line 1532... Line 1532...
1532 public static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount); 1532 public static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);
Line 1533... Line 1533...
1533   1533  
1534 [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] 1534 [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
Line 1535... Line -...
1535 public static extern int GetWindowTextLength(IntPtr hWnd); -  
1536   -  
1537 #endregion -  
1538   -  
1539 #region Private Methods 1535 public static extern int GetWindowTextLength(IntPtr hWnd);
1540   1536  
Line 1541... Line 1537...
1541 [DllImport("user32.dll", SetLastError = true)] 1537 [DllImport("user32.dll", SetLastError = true)]
1542 public static extern uint GetWindowThreadProcessId(IntPtr hWnd, out uint processId); 1538 public static extern uint GetWindowThreadProcessId(IntPtr hWnd, out uint processId);