Microsoft 专用
调用 IErrorInfo::GetHelpFile 函数。
_bstr_t HelpFile() const;
返回值
为 _com_error 对象中记录的 IErrorInfo 对象返回结果 IErrorInfo::GetHelpFile。 生成的 BSTR 封装在 _bstr_t 对象中。 如果未记录 IErrorInfo,它将返回空 _bstr_t。
备注
调用 IErrorInfo::GetHelpFile 方法时会忽略所有失败。
结束 Microsoft 专用