Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
STDMETHODIMP OpAutomation::GetLastError(LONG *ret) {
90
obj.GetLastError(ret);
91
return S_OK;
92
}
93
94
STDMETHODIMP OpAutomation::SetShowErrorMsg(LONG show_type, LONG *ret) {
95
obj.SetShowErrorMsg(show_type, ret);
Callers
1
OpGetLastError
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected