Fixed WindowInfo class to work properly in Windows 32 bit OS

Fixed WindowInfo class to work properly in Windows 32 bit OS.
Added more unit tests.
About dialog shows system information
This commit is contained in:
Edward Jakubowski
2014-04-10 21:48:28 -04:00
parent be44a8e38b
commit dcae627527
7 changed files with 248 additions and 9 deletions

View File

@@ -147,6 +147,8 @@ public class Api {
int GetClassName(HWND hWnd, char[] buffer2, int i);
int GetWindowModuleFileName(HWND hWnd, char[] buffer2, int i);
int GetWindowThreadProcessId(HWND hWnd, PointerByReference pref);
//int GetWindowThreadProcessId(HWND hWnd, IntByReference lpdwProcessId);
boolean GetCursorPos(long[] lpPoint); //use macros POINT_X() and POINT_Y() on long lpPoint[0]