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

Method GetBasePath

libop/com/OpAutomation.cpp:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73STDMETHODIMP OpAutomation::GetBasePath(BSTR *path) {
74
75 wstring s;
76 obj.GetBasePath(s);
77
78 CComBSTR newstr;
79 newstr.Append(s.data());
80 newstr.CopyTo(path);
81 return S_OK;
82}
83
84STDMETHODIMP OpAutomation::GetID(LONG *ret) {
85 obj.GetID(ret);

Callers 1

OpGetBasePathFunction · 0.45

Calls 2

CopyToMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected