Home
last modified time | relevance | path

Searched defs:HRESULT_FROM_WIN32 (Results 1 – 1 of 1) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dwinerror.h2243 __CRT_INLINE HRESULT HRESULT_FROM_WIN32(__LONG32 x) { return x <= 0 ? (HRESULT)x : (HRESULT) (((x) … in HRESULT_FROM_WIN32() function
2246 #define HRESULT_FROM_WIN32(x) __HRESULT_FROM_WIN32(x) macro