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

 

Performs an Alink search based on the word, flags, and context.

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

int ALinkSearch(
	String^ pszALink,
	unsigned int dwFlags,
	unsigned int dwReserved
)

Parameters

pszALink
Type: System::String^

[in] Pointer to a string containing the ALink keyword.

dwFlags
Type: System::UInt32

[in] Bit flags specifying Help options. Constructed from values in the VHS_COMMAND enumeration. In general, you'll only use VHS_Default.

dwReserved
Type: System::UInt32

[in] Reserved. Do not use.

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: