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