MCPcopy Index your code
hub / github.com/lxn/walk / errorFromHRESULT

Function errorFromHRESULT

error.go:100–102  ·  view source on GitHub ↗
(funcName string, hr win.HRESULT)

Source from the content-addressed store, hash-verified

98}
99
100func errorFromHRESULT(funcName string, hr win.HRESULT) error {
101 return newError(fmt.Sprintf("%s: Error %d", funcName, hr))
102}
103
104func wrapErr(err error) error {
105 if _, ok := err.(*Error); ok {

Callers 15

setThemeMethod · 0.85
NewTableViewWithCfgFunction · 0.85
accSetPropertyIntMethod · 0.85
accSetPropertyStrMethod · 0.85
newTaskbarList3Function · 0.85
SetStateMethod · 0.85
SetCompletedMethod · 0.85
SetOverlayIconMethod · 0.85
NewTreeViewFunction · 0.85
NewWebViewFunction · 0.85
URLMethod · 0.85
SetURLMethod · 0.85

Calls 1

newErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…