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

Method GetClientSize

src/pkgDm/Dm2Java.java:187–189  ·  view source on GitHub ↗

获取窗口客户区域的宽度和高度 @param hwnd 指定的窗口句柄 @param width 变参指针: 宽度 new Variant(0,true) @param height 变参指针: 高度 new Variant(0,true) @return 0: 失败 1: 成功

(int hwnd,Variant width,Variant height)

Source from the content-addressed store, hash-verified

185 * @return 0: 失败 1: 成功
186 */
187 public int GetClientSize(int hwnd,Variant width,Variant height){
188 return Dispatch.call(dm, "GetClientSize", hwnd,width,height).getInt();
189 }
190
191 /**
192 * 获取顶层活动窗口中具有输入焦点的窗口句柄

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected