Compartilhar via


IVsHelpSystem.ALinkSearch Method

Definition

Overloads

ALinkSearch(String, IntPtr, IntPtr)
ALinkSearch(String, UInt32, UInt32)

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

ALinkSearch(String, IntPtr, IntPtr)

public:
 int ALinkSearch(System::String ^ pszALink, IntPtr dwFlags, IntPtr dwReserved);
public int ALinkSearch (string pszALink, IntPtr dwFlags, IntPtr dwReserved);
abstract member ALinkSearch : string * nativeint * nativeint -> int
Public Function ALinkSearch (pszALink As String, dwFlags As IntPtr, dwReserved As IntPtr) As Integer

Parameters

pszALink
String
dwFlags
IntPtr

nativeint

dwReserved
IntPtr

nativeint

Returns

Applies to

ALinkSearch(String, UInt32, UInt32)

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

public:
 int ALinkSearch(System::String ^ pszALink, System::UInt32 dwFlags, System::UInt32 dwReserved);
public:
 int ALinkSearch(Platform::String ^ pszALink, unsigned int dwFlags, unsigned int dwReserved);
int ALinkSearch(std::wstring const & pszALink, unsigned int dwFlags, unsigned int dwReserved);
public int ALinkSearch (string pszALink, uint dwFlags, uint dwReserved);
abstract member ALinkSearch : string * uint32 * uint32 -> int
Public Function ALinkSearch (pszALink As String, dwFlags As UInteger, dwReserved As UInteger) As Integer

Parameters

pszALink
String

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

dwFlags
UInt32

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

dwReserved
UInt32

[in] Reserved. Do not use.

Returns

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

Applies to