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

Function OpGetWindowProcessId

libop/c_api/op_c_api.cpp:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346int OP_CALL OpGetWindowProcessId(op_handle handle, intptr_t hwnd) {
347 return call_ret(handle, [&](op::Op &op, long *ret) { op.GetWindowProcessId(static_cast<LONG_PTR>(hwnd), ret); });
348}
349
350const wchar_t *OP_CALL OpGetWindowProcessPath(op_handle handle, intptr_t hwnd) {
351 return call_string(handle, [&](op::Op &op, std::wstring &ret) {

Callers

nothing calls this directly

Calls 2

call_retFunction · 0.85
GetWindowProcessIdMethod · 0.45

Tested by

no test coverage detected