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

Function OpGetWindowState

libop/c_api/op_c_api.cpp:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367int OP_CALL OpGetWindowState(op_handle handle, intptr_t hwnd, int flag) {
368 return call_ret(handle, [&](op::Op &op, long *ret) { op.GetWindowState(static_cast<LONG_PTR>(hwnd), flag, ret); });
369}
370
371const wchar_t *OP_CALL OpGetWindowTitle(op_handle handle, intptr_t hwnd) {
372 return call_string(handle, [&](op::Op &op, std::wstring &ret) {

Callers

nothing calls this directly

Calls 2

call_retFunction · 0.85
GetWindowStateMethod · 0.45

Tested by

no test coverage detected