MCPcopy
hub / github.com/ebitengine/oto / isWin32Err

Function isWin32Err

api_wasapi_windows.go:145–147  ·  view source on GitHub ↗
(hresult uint32)

Source from the content-addressed store, hash-verified

143)
144
145func isWin32Err(hresult uint32) bool {
146 return hresult&0xffff0000 == (1<<31)|(windows.FACILITY_WIN32<<16)
147}
148
149func (e _WIN32_ERR) Error() string {
150 switch e {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…