IHelp::GetHelpFile Method (String^)
Visual Studio 2015
Gets the name and path of the help file.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstr
-
Type:
System::String^
[out] String containing the name of the help file.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objtext.idl:
HRESULT IHelp::GetHelpFile( [out] BSTR* pbstr );
Show: