Home
last modified time | relevance | path

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

/third_party/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()
/third_party/lzma/CPP/7zip/Archive/
DArchiveExports.cpp74 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()
85 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()
/third_party/lzma/CPP/Windows/
DErrorMsg.cpp70 case CLASS_E_CLASSNOTAVAILABLE : s = "CLASS_E_CLASSNOTAVAILABLE"; break; in MyFormatMessage()
/third_party/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()
/third_party/lzma/CPP/Common/
DMyWindows.h101 #define CLASS_E_CLASSNOTAVAILABLE ((HRESULT)0x80040111L) macro