MCPcopy Create free account
hub / github.com/WallBreaker2/op / GetBindWindow

Method GetBindWindow

libop/op/OpInput.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void op::Op::GetBindWindow(LONG_PTR *ret) {
123 internal::set_result(ret, m_context->bkproc.GetBindWindow());
124}
125
126void op::Op::IsBind(long *ret) {
127 internal::set_result(ret, m_context->bkproc.IsBind());

Callers 1

resolve_memory_hwndFunction · 0.45

Calls 1

set_resultFunction · 0.85

Tested by

no test coverage detected