STDMETHODIMP LogData::GetVersion(BSTR *Ver) { *Ver = SysAllocStringLen(m_version.bstr_ptr(), SysStringLen(m_version.bstr_ptr())); return S_OK; }