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

Method GetWindowProcessId

libop/com/OpAutomation.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298STDMETHODIMP OpAutomation::GetWindowProcessId(LONGLONG hwnd, LONG *nretpid) {
299 obj.GetWindowProcessId(static_cast<LONG_PTR>(hwnd), nretpid);
300
301 return S_OK;
302}
303
304STDMETHODIMP OpAutomation::GetWindowProcessPath(LONGLONG hwnd, BSTR *retstring) {
305 wstring s;

Callers 1

OpGetWindowProcessIdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected