HRESULT GetHelpFile(
BSTR *pBstrHelpFile
);
Returns the path of the Help file that describes the error.
The return value obtained from the returned HRESULT is:
Return value | Meaning |
---|---|
S_OK | Success. |
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.