IErrorInfo.GetHelpFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the path of the Help file for information about the error.
public:
int GetHelpFile([Runtime::InteropServices::Out] System::String ^ % pBstrHelpFile);
int GetHelpFile([Runtime::InteropServices::Out] std::wstring const & & pBstrHelpFile);
public int GetHelpFile (out string pBstrHelpFile);
abstract member GetHelpFile : string -> int
Public Function GetHelpFile (ByRef pBstrHelpFile As String) As Integer
Parameters
- pBstrHelpFile
- String
[out] Pointer to a string containing the path to the Help file.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.