获取特殊窗口 @param flag 取值定义如下 0 : 获取桌面窗口 1 : 获取任务栏窗口 @return 以整型数表示的窗口句柄
(int flag)
| 228 | * @return 以整型数表示的窗口句柄 |
| 229 | */ |
| 230 | public int GetSpecialWindow(int flag){ |
| 231 | return Dispatch.call(dm, "GetSpecialWindow",flag).getInt(); |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * 获取给定窗口相关的窗口句柄 |