IErrorInfo::GetHelpFile Function
Returns the path of the Help file that describes the error.
HRESULT GetHelpFile( BSTR *pBstrHelpFile );
IErrorInfo::GetHelpFile returns the fully qualified path of the Help file that describes the current error. IErrorInfo::GetHelpContext should be used to find the Help context ID for the error in the Help file.
Show: