(hresult uint32)
| 67 | ) |
| 68 | |
| 69 | func isAudclntErr(hresult uint32) bool { |
| 70 | return hresult&0xffff0000 == (1<<31)|(windows.FACILITY_AUDCLNT<<16) |
| 71 | } |
| 72 | |
| 73 | func (e _AUDCLNT_ERR) Error() string { |
| 74 | switch e { |
no outgoing calls
no test coverage detected
searching dependent graphs…