Searched refs:CLASS_E_CLASSNOTAVAILABLE (Results 1 – 5 of 5) sorted by relevance
134 return CLASS_E_CLASSNOTAVAILABLE; in CreateCoder2()192 return CLASS_E_CLASSNOTAVAILABLE; in CreateCoder()300 return CLASS_E_CLASSNOTAVAILABLE; in CreateHasher()
74 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()85 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()
70 case CLASS_E_CLASSNOTAVAILABLE : s = "CLASS_E_CLASSNOTAVAILABLE"; break; in MyFormatMessage()
390 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()
101 #define CLASS_E_CLASSNOTAVAILABLE ((HRESULT)0x80040111L) macro