Cancel           1056 3rdparty/include/dshow/control.h     virtual HRESULT WINAPI Cancel(void) = 0;
Cancel           1067 3rdparty/include/dshow/control.h       HRESULT (WINAPI *Cancel)(IDeferredCommand *This);
Cancel           1080 3rdparty/include/dshow/control.h #define IDeferredCommand_Cancel(This) (This)->lpVtbl->Cancel(This)
Cancel           1716 modules/highgui/src/ppltasks_winrt.h                 pAsyncInfo->Cancel();
Cancel           2330 modules/highgui/src/ppltasks_winrt.h                     _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation::Diagnostics::CausalityRelation::Cancel);
Cancel           3448 modules/highgui/src/ppltasks_winrt.h                         if (_M_unwrapped_async_op)    _M_unwrapped_async_op->Cancel();
Cancel           3549 modules/highgui/src/ppltasks_winrt.h                 if (_AsyncOp) _AsyncOp->Cancel();
Cancel           7380 modules/highgui/src/ppltasks_winrt.h         virtual STDMETHODIMP Cancel()
Cancel           1716 modules/videoio/src/ppltasks_winrt.hpp                 pAsyncInfo->Cancel();
Cancel           2330 modules/videoio/src/ppltasks_winrt.hpp                     _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation::Diagnostics::CausalityRelation::Cancel);
Cancel           3448 modules/videoio/src/ppltasks_winrt.hpp                         if (_M_unwrapped_async_op)    _M_unwrapped_async_op->Cancel();
Cancel           3549 modules/videoio/src/ppltasks_winrt.hpp                 if (_AsyncOp) _AsyncOp->Cancel();