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

Method getBindWindowHandle

src/pkgDm/Dm2Java.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25 public int getBindWindowHandle() {
26 return BindWindowHandle;
27 }
28 public void setBindWindowHandle(int bindWindowHandle) {
29 BindWindowHandle = bindWindowHandle;
30 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected