Searched refs:m_hResult (Results 1 – 2 of 2) sorted by relevance
54 m_hResult = NOERROR; in COleAutomationControl()86 m_hResult = CLSIDFromProgID (OleProgId, &ClsId); in CreateObject()87 if (FAILED (m_hResult)) in CreateObject()94 if (FAILED (m_hResult)) in CreateObject()98 if (FAILED (m_hResult)) in CreateObject()126 if (FAILED (m_hResult)) in GetDispatchId()240 m_hResult = ResultFromScode (E_INVALIDARG); in Invoke()254 m_hResult = ResultFromScode (E_OUTOFMEMORY); in Invoke()404 return FAILED (m_hResult) ? false : true; in Invoke()416 SCODE sc = GetScode (m_hResult); in ErrDiag()[all …]
26 return m_hResult; in GetResult()47 HRESULT m_hResult; variable