Home
last modified time | relevance | path

Searched refs:CLASS_E_CLASSNOTAVAILABLE (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp74 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()
85 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp134 return CLASS_E_CLASSNOTAVAILABLE; in CreateCoder2()
192 return CLASS_E_CLASSNOTAVAILABLE; in CreateCoder()
300 return CLASS_E_CLASSNOTAVAILABLE; in CreateHasher()
/external/lzma/CPP/Windows/
DErrorMsg.cpp70 case CLASS_E_CLASSNOTAVAILABLE : s = "CLASS_E_CLASSNOTAVAILABLE"; break; in MyFormatMessage()
/external/lzma/CPP/7zip/UI/Explorer/
DDllExportsExplorer.cpp196 return CLASS_E_CLASSNOTAVAILABLE; in DllGetClassObject()
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp390 if (res != S_OK && res != E_NOINTERFACE && res != CLASS_E_CLASSNOTAVAILABLE) in CreateCoder_Index()
406 if (res != S_OK && res != E_NOINTERFACE && res != CLASS_E_CLASSNOTAVAILABLE) in CreateCoder_Index()
/external/lzma/CPP/Common/
DMyWindows.h101 #define CLASS_E_CLASSNOTAVAILABLE ((HRESULT)0x80040111L) macro
/external/lzma/CPP/7zip/UI/GUI/
DBenchmarkDialog.cpp1230 else if (res == CLASS_E_CLASSNOTAVAILABLE)
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Foundation/
Dmod.rs193 pub const CLASS_E_CLASSNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147221231i32; constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Foundation/
Dmod.rs193 pub const CLASS_E_CLASSNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147221231i32; constant