IHelp.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.
Gets the name and path of the help file.
public:
int GetHelpFile([Runtime::InteropServices::Out] System::String ^ % pbstr);
int GetHelpFile([Runtime::InteropServices::Out] std::wstring const & & pbstr);
public int GetHelpFile (out string pbstr);
abstract member GetHelpFile : string -> int
Public Function GetHelpFile (ByRef pbstr As String) As Integer
Parameters
- pbstr
- String
[out] String containing the name of the help file.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From objtext.idl:
HRESULT IHelp::GetHelpFile(
[out] BSTR* pbstr
);