Searched refs:m_hResult (Results 1 – 1 of 1) sorted by relevance
236 m_hResult = CoInitialize( NULL ); in CAutoComInit()238 if ( S_OK == m_hResult ) in CAutoComInit()241 else if ( FAILED( m_hResult ) && !( RPC_E_CHANGED_MODE == m_hResult ) ) in CAutoComInit()258 if ( m_hResult == S_FALSE ) in ~CAutoComInit()263 HRESULT m_hResult; member in CAutoComInit
Completed in 7 milliseconds