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

Function OpGetProcessInfo

libop/c_api/op_c_api.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326const wchar_t *OP_CALL OpGetProcessInfo(op_handle handle, int pid) {
327 return call_string(handle, [&](op::Op &op, std::wstring &ret) { op.GetProcessInfo(pid, ret); });
328}
329
330intptr_t OP_CALL OpGetSpecialWindow(op_handle handle, int flag) {
331 return call_intptr(handle, [&](op::Op &op, LONG_PTR *ret) { op.GetSpecialWindow(flag, ret); });

Callers

nothing calls this directly

Calls 2

call_stringFunction · 0.85
GetProcessInfoMethod · 0.45

Tested by

no test coverage detected