OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HR_FAILED
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabcode.h
84
#define
HR_FAILED
(_hr) FAILED((SCODE)(_hr))
mapival.h
58
#define ValidateParameters(eMethod,First) { HRESULT _hr_; _hr_ = __CPPValidateParameters(eMethod,(LPVOID) &First); if (
HR_FAILED
(_hr_)) return (_hr_); }
59
#define UlValidateParameters(eMethod,First) { HRESULT _hr_; _hr_ = __CPPValidateParameters(eMethod,&First); if (
HR_FAILED
(_hr_)) return (ULONG) (_hr_); }
62
#define ValidateParameters(eMethod,ppThis) { HRESULT _hr_; _hr_ = __ValidateParameters(eMethod,ppThis); if (
HR_FAILED
(_hr_)) return (_hr_); }
63
#define UlValidateParameters(eMethod,ppThis) { HRESULT _hr_; _hr_ = __ValidateParameters(eMethod,ppThis); if (
HR_FAILED
(_hr_)) return (ULONG) (_hr_); }
143
#define ValidateParameters2(m,a1,a2) { HRESULT _hr_; MakeArray1(a2); _hr_ = HrValidateParameters(m,(void **)__rgArgs); if (
HR_FAILED
(_hr_)) return (_hr_); }
144
#define ValidateParameters3(m,a1,a2,a3) { HRESULT _hr_; MakeArray2(a2,a3); _hr_ = HrValidateParameters(m,(void **)__rgArgs); if (
HR_FAILED
(_hr_)) return (_hr_); }
145
#define ValidateParameters4(m,a1,a2,a3,a4) { HRESULT _hr_; MakeArray3(a2,a3,a4); _hr_ = HrValidateParameters(m,(void **)__rgArgs); if (
HR_FAILED
(_hr_)) return (_hr_); }
146
#define ValidateParameters5(m,a1,a2,a3,a4,a5) { HRESULT _hr_; MakeArray4(a2,a3,a4,a5); _hr_ = HrValidateParameters(m,(void **)__rgArgs); if (
HR_FAILED
(_hr_)) return (_hr_); }
147
#define ValidateParameters6(m,a1,a2,a3,a4,a5,a6) { HRESULT _hr_; MakeArray5(a2,a3,a4,a5,a6); _hr_ = HrValidateParameters(m,(void **)__rgArgs); if (
HR_FAILED
(_hr_)) return (_hr_); }
148
#define ValidateParameters7(m,a1,a2,a3,a4,a5,a6,a7) { HRESULT _hr_; MakeArray6(a2,a3,a4,a5,a6,a7); _hr_ = HrValidateParameters(m,(void **)__rgArgs); if (
HR_FAILED
(_hr_)) return (_hr_);
[
all
...]
mapicode.h
103
#define
HR_FAILED
(_hr) FAILED((SCODE)(_hr))
Completed in 69 milliseconds