Home
last modified time | relevance | path

Searched refs:HRESULTToWCode (Results 1 – 2 of 2) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomdef.h58 static WORD HRESULTToWCode(HRESULT hr) throw();
91 inline WORD _com_error::WCode() const throw() { return HRESULTToWCode(m_hresult); } in WCode()
154 inline WORD _com_error::HRESULTToWCode(HRESULT hr) throw() { return (hr >= WCODE_HRESULT_FIRST && h… in HRESULTToWCode() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomdef.h58 static WORD HRESULTToWCode(HRESULT hr) throw();
91 inline WORD _com_error::WCode() const throw() { return HRESULTToWCode(m_hresult); } in WCode()
154 inline WORD _com_error::HRESULTToWCode(HRESULT hr) throw() { return (hr >= WCODE_HRESULT_FIRST && h… in HRESULTToWCode() function