IVsHelpSystem::DisplayTopicFromIdentifier Method (String^, UInt32, UInt32)

 

Displays a topic based on an identifier.

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

int DisplayTopicFromIdentifier(
	String^ pszFile,
	unsigned int Id,
	unsigned int Command
)

Parameters

pszFile
Type: System::String^

[in] Pointer to a string containing the file name of the Help file.

Id
Type: System::UInt32

[in] The Help topic identifier.

Command
Type: System::UInt32

[in] Bit flags specifying Help options. Constructed from values in the VHS_COMMAND enumeration and the HTML Help commands.

Return Value

Type: System::Int32

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

Return to top
Show: