Share via


IVsHelpSystem.KeywordSearchDlg Method

Definition

Overloads

KeywordSearchDlg(String, IntPtr, IntPtr)
KeywordSearchDlg(String, UInt32, UInt32)

Displays the keyword search dialog pre-populated with the keyword.

KeywordSearchDlg(String, IntPtr, IntPtr)

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

Parameters

pszKeyword
String
dwFlags
IntPtr

nativeint

dwReserved
IntPtr

nativeint

Returns

Applies to

KeywordSearchDlg(String, UInt32, UInt32)

Displays the keyword search dialog pre-populated with the keyword.

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

Parameters

pszKeyword
String

[in] Pointer to a string containing the keyword.

dwFlags
UInt32

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

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