IErrorInfo.GetHelpFile(String) Method

Definition

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.

Applies to