IHelp::GetHelpFile Method (String^)

 

Gets the name and path of the help file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetHelpFile(
	[OutAttribute] String^% pbstr
)

Parameters

pbstr
Type: System::String^

[out] String containing the name of the help file.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From objtext.idl:

HRESULT IHelp::GetHelpFile(
   [out] BSTR* pbstr
);
Return to top
Show: