Commit 95ac06a
Added
`getIconSize`, `getWindowTitle`, `getPRocessFilePath` and
`getWindowLocationAndSize`.
Request textual message of current last error code
`com.sun.jna.platform.win32.Kernel32Util.getLastErrorMessage`.
Added `com.sun.jna.platform.win32.GDI32.GetObject`.
Added `com.sun.jna.platform.win32.Psapi` with `GetModuleFileNameEx`-
[@PAX523](https://github.com/PAX523).
Added `com.sun.jna.platform.win32.User32.GetIconInfo`,
`SendMessageTimeout`, `GetClassLongPtr`.
Added `com.sun.jna.platform.win32.WinGDI.ICONINFO` and `BITMAP`.
Added process-specific access rights constants in
`com.sun.jna.platform.win32.WinNT`.
Added specific constants for request of icon settings in
`com.sun.jna.platform.win32.WinUser`.
Added constants for `GetClassLong`, `SendMessageTimeout` and `GetIconInfo`
in `com.sun.jna.platform.win32.WinUser`.com.sun.jna.platform.WindowUtils.getAllWindows, getWindowIcon,1 parent e94f781 commit 95ac06a
16 files changed
Lines changed: 1594 additions & 35 deletions
File tree
- contrib/platform
- src/com/sun/jna/platform
- win32
- test
- com/sun/jna/platform
- win32
- res
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
| |||
Lines changed: 76 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
0 commit comments