Searched refs:CLASS_E_CLASSNOTAVAILABLE (Results 1 – 9 of 9) sorted by relevance
74 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()85 return CLASS_E_CLASSNOTAVAILABLE; in CreateArchiver()
134 return CLASS_E_CLASSNOTAVAILABLE; in CreateCoder2()192 return CLASS_E_CLASSNOTAVAILABLE; in CreateCoder()300 return CLASS_E_CLASSNOTAVAILABLE; in CreateHasher()
70 case CLASS_E_CLASSNOTAVAILABLE : s = "CLASS_E_CLASSNOTAVAILABLE"; break; in MyFormatMessage()
196 return CLASS_E_CLASSNOTAVAILABLE; in DllGetClassObject()
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
1230 else if (res == CLASS_E_CLASSNOTAVAILABLE)
193 pub const CLASS_E_CLASSNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147221231i32; constant