MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetSpecialWindow

Method GetSpecialWindow

src/pkgDm/Dm2Java.java:230–232  ·  view source on GitHub ↗

获取特殊窗口 @param flag 取值定义如下 0 : 获取桌面窗口 1 : 获取任务栏窗口 @return 以整型数表示的窗口句柄

(int flag)

Source from the content-addressed store, hash-verified

228 * @return 以整型数表示的窗口句柄
229 */
230 public int GetSpecialWindow(int flag){
231 return Dispatch.call(dm, "GetSpecialWindow",flag).getInt();
232 }
233
234 /**
235 * 获取给定窗口相关的窗口句柄

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected