Searched defs:HRESULT_FROM_WIN32 (Results 1 – 1 of 1) sorted by relevance
2243 __CRT_INLINE HRESULT HRESULT_FROM_WIN32(__LONG32 x) { return x <= 0 ? (HRESULT)x : (HRESULT) (((x) … in HRESULT_FROM_WIN32() function2246 #define HRESULT_FROM_WIN32(x) __HRESULT_FROM_WIN32(x) macro