Searched refs:MY_SRes_HRESULT_FROM_WRes (Results 1 – 3 of 3) sorted by relevance
50 #define MY_SRes_HRESULT_FROM_WRes(x) HRESULT_FROM_WIN32(x) macro57 #define MY_SRes_HRESULT_FROM_WRes(x) ((HRESULT)(x) <= 0 ? ((HRESULT)(x)) : ((HRESULT) (((x) & 0x000… macro
63 return MY_SRes_HRESULT_FROM_WRes(wres); in MtCoderThread_CreateAndStart()581 res = MY_SRes_HRESULT_FROM_WRes(wres); in MtCoder_Code()
132 return MY_SRes_HRESULT_FROM_WRes(wres); in MtDecThread_CreateAndStart()859 MtProgress_SetError(&p->mtProgress, MY_SRes_HRESULT_FROM_WRes(res)); in ThreadFunc1()1111 sres = MY_SRes_HRESULT_FROM_WRes(wres); in MtDec_Code()