_com_error::HelpContext

Microsoft 专用

调用 IErrorInfo::GetHelpContext 函数。

语法

DWORD HelpContext() const throw();

返回值

返回 _com_error 对象中记录的 IErrorInfo 对象的 IErrorInfo::GetHelpContext 结果。 如果未记录 IErrorInfo 对象,则返回 0。

注解

调用 IErrorInfo::GetHelpContext 方法时的任何失败都将被忽略。

结束 Microsoft 专用

另请参阅

_com_error