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

Method GetLastError

libop/com/OpAutomation.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89STDMETHODIMP OpAutomation::GetLastError(LONG *ret) {
90 obj.GetLastError(ret);
91 return S_OK;
92}
93
94STDMETHODIMP OpAutomation::SetShowErrorMsg(LONG show_type, LONG *ret) {
95 obj.SetShowErrorMsg(show_type, ret);

Callers 1

OpGetLastErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected