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

Method GetProcessInfo

libop/com/OpAutomation.cpp:266–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266STDMETHODIMP OpAutomation::GetProcessInfo(LONG pid, BSTR *retstring) {
267 wstring s;
268 obj.GetProcessInfo(pid, s);
269
270 CComBSTR newbstr;
271 newbstr.Append(s.data());
272 newbstr.CopyTo(retstring);
273 return S_OK;
274}
275
276STDMETHODIMP OpAutomation::GetSpecialWindow(LONG flag, LONGLONG *rethwnd) {
277 LONG_PTR hwnd = 0;

Callers 1

OpGetProcessInfoFunction · 0.45

Calls 2

CopyToMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected