Searched refs:CLSCTX_ALL (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common.cpp | 66 if (CoCreateInstance(CLSID_CDeckLinkIterator, NULL, CLSCTX_ALL, in decklink_create_iterator() 80 if (CoCreateInstance(CLSID_CDeckLinkAPIInformation, NULL, CLSCTX_ALL, in decklink_create_iterator()
|
/third_party/lzma/CPP/Common/ |
H A D | MyCom.h | 47 HRESULT CoCreateInstance(REFCLSID rclsid, REFIID iid, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsContext = CLSCTX_ALL)
in CoCreateInstance() argument 53 HRESULT CoCreateInstance(LPCOLESTR szProgID, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsContext = CLSCTX_ALL)
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 1834 hr = ::CoCreateInstance(CLSID_TaskbarList, nullptr, CLSCTX_ALL, __uuidof(ITaskbarList3), reinterpret_cast<LPVOID*>(&_taskbarList)); in InitializeTaskbarButton()
|
Completed in 6 milliseconds