Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp389 #define END_CALL_IN_CONTEXT(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\ macro
395 #define END_CALL_IN_CONTEXT(hr) return hr;\ macro