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

Method EnumProcess

libop/com/OpAutomation.cpp:178–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178STDMETHODIMP OpAutomation::EnumProcess(BSTR name, BSTR *retstring) {
179 wstring s;
180 obj.EnumProcess(name, s);
181
182 CComBSTR newbstr;
183 newbstr.Append(s.data());
184 newbstr.CopyTo(retstring);
185 return S_OK;
186}
187
188STDMETHODIMP OpAutomation::ClientToScreen(LONGLONG hwnd, VARIANT *x, VARIANT *y, LONG *bret) {
189 x->vt = VT_I4;

Callers 1

OpEnumProcessFunction · 0.45

Calls 2

CopyToMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected