Home
last modified time | relevance | path

Searched refs:CO_E_NOTINITIALIZED (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTsound.cpp82 return CO_E_NOTINITIALIZED; in SetPrimaryBufferFormat()
126 return CO_E_NOTINITIALIZED; in Get3DListenerInterface()
169 return CO_E_NOTINITIALIZED; in Create()
292 return CO_E_NOTINITIALIZED; in CreateFromMemory()
389 return CO_E_NOTINITIALIZED; in CreateStreaming()
525 return CO_E_NOTINITIALIZED; in FillBufferWithSound()
603 return CO_E_NOTINITIALIZED; in RestoreBuffer()
688 return CO_E_NOTINITIALIZED; in Get3DBufferInterface()
710 return CO_E_NOTINITIALIZED; in Play()
760 return CO_E_NOTINITIALIZED; in Play3D()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dcom_init_check_hook_unittest.cc30 EXPECT_EQ(CO_E_NOTINITIALIZED, in TEST()
40 EXPECT_EQ(CO_E_NOTINITIALIZED, in TEST()
62 EXPECT_EQ(CO_E_NOTINITIALIZED, in TEST()
H A Dcom_init_balancer_unittest.cc99 EXPECT_EQ(CO_E_NOTINITIALIZED, hr); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dcom_init_check_hook_unittest.cc30 EXPECT_EQ(CO_E_NOTINITIALIZED, in TEST()
40 EXPECT_EQ(CO_E_NOTINITIALIZED, in TEST()
62 EXPECT_EQ(CO_E_NOTINITIALIZED, in TEST()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DApartmentRegion.h25 constexpr ApartmentRegion() : mInitResult(CO_E_NOTINITIALIZED) {} in ApartmentRegion()
46 MOZ_ASSERT(mInitResult == CO_E_NOTINITIALIZED); in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DApartmentRegion.h25 ApartmentRegion() : mInitResult(CO_E_NOTINITIALIZED) {} in ApartmentRegion()
46 MOZ_ASSERT(mInitResult == CO_E_NOTINITIALIZED); in Init()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DApartmentRegion.h25 constexpr ApartmentRegion() : mInitResult(CO_E_NOTINITIALIZED) {} in ApartmentRegion()
46 MOZ_ASSERT(mInitResult == CO_E_NOTINITIALIZED); in Init()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DApartmentRegion.h24 constexpr ApartmentRegion() : mInitResult(CO_E_NOTINITIALIZED) {} in ApartmentRegion()
45 MOZ_ASSERT(mInitResult == CO_E_NOTINITIALIZED); in Init()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows-0.9.1/src/runtime/
H A Dfactory_cache.rs2 use bindings::Windows::Win32::SystemServices::CO_E_NOTINITIALIZED;
78 if code == CO_E_NOTINITIALIZED { in factory()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/runtime/
H A Dfactory_cache.rs2 use bindings::Windows::Win32::Graphics::DirectDraw::CO_E_NOTINITIALIZED;
64 if code == HRESULT(CO_E_NOTINITIALIZED as _) { in factory()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx56 OSL_ENSURE( CO_E_NOTINITIALIZED != hr_marshal, "COM is not initialized" ); in CAPNDataObject()
321 OSL_ENSURE(CO_E_NOTINITIALIZED != hr, "COM is not initialized"); in MarshalIDataObjectIntoCurrentApartment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/
H A DAPNDataObject.cxx56 OSL_ENSURE( CO_E_NOTINITIALIZED != hr_marshal, "COM is not initialized" ); in CAPNDataObject()
321 OSL_ENSURE(CO_E_NOTINITIALIZED != hr, "COM is not initialized"); in MarshalIDataObjectIntoCurrentApartment()
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/windows/
H A Dqwmihelper_win.cpp100 if (hres == CO_E_NOTINITIALIZED) { // COM was not initialized in initializeWMI()
269 if (hres == CO_E_NOTINITIALIZED) { // COM was not initialized in setupNotfication()
/dports/audio/musicpd/mpd-0.23.6/src/win32/
H A DHResult.cxx63 C(CO_E_NOTINITIALIZED); in HRESULTToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/win/
H A Ddevice_enumeration_win.cc39 DCHECK_NE(CO_E_NOTINITIALIZED, hr); in GetDeviceNamesWinImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/win/
H A Ddevice_enumeration_win.cc39 DCHECK_NE(CO_E_NOTINITIALIZED, hr); in GetDeviceNamesWinImpl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbHResult.cs16 CO_E_NOTINITIALIZED = unchecked((int)0x800401F0), enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/quarantine/
H A Dquarantine_win.cc113 DCHECK_NE(CO_E_NOTINITIALIZED, hr); in InvokeAttachmentServices()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/quarantine/
H A Dquarantine_win.cc113 DCHECK_NE(CO_E_NOTINITIALIZED, hr); in InvokeAttachmentServices()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/platform/win/
H A Daudio_win.cpp136 if (hr == CO_E_NOTINITIALIZED) { in Init()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvdvp.h18 #undef CO_E_NOTINITIALIZED
19 #define CO_E_NOTINITIALIZED 0x800401F0L macro
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_win32_ComSmartPtr.h118 … jassert (hr != CO_E_NOTINITIALIZED); // You haven't called CoInitialize for the current thread!
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_win32_ComSmartPtr.h118 … jassert (hr != CO_E_NOTINITIALIZED); // You haven't called CoInitialize for the current thread!
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_win32_ComSmartPtr.h122 … jassert (hr != CO_E_NOTINITIALIZED); // You haven't called CoInitialize for the current thread!
/dports/multimedia/mpv/mpv-0.34.1/osdep/
H A Dwindows_utils.c58 E(CO_E_NOTINITIALIZED) in hresult_to_str()

12345678910>>...26