IVsHelpSystem.KeywordSearch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
KeywordSearch(String, IntPtr, IntPtr) | |
KeywordSearch(String, UInt32, UInt32) |
Performs an F1 search based on a keyword, flags, and context. |
KeywordSearch(String, IntPtr, IntPtr)
public:
int KeywordSearch(System::String ^ pszKeyword, IntPtr dwFlags, IntPtr dwReserved);
public int KeywordSearch (string pszKeyword, IntPtr dwFlags, IntPtr dwReserved);
abstract member KeywordSearch : string * nativeint * nativeint -> int
Public Function KeywordSearch (pszKeyword As String, dwFlags As IntPtr, dwReserved As IntPtr) As Integer
Parameters
- pszKeyword
- String
- dwFlags
-
IntPtr
nativeint
- dwReserved
-
IntPtr
nativeint
Returns
Applies to
KeywordSearch(String, UInt32, UInt32)
Performs an F1 search based on a keyword, flags, and context.
public:
int KeywordSearch(System::String ^ pszKeyword, System::UInt32 dwFlags, System::UInt32 dwReserved);
public:
int KeywordSearch(Platform::String ^ pszKeyword, unsigned int dwFlags, unsigned int dwReserved);
int KeywordSearch(std::wstring const & pszKeyword, unsigned int dwFlags, unsigned int dwReserved);
public int KeywordSearch (string pszKeyword, uint dwFlags, uint dwReserved);
abstract member KeywordSearch : string * uint32 * uint32 -> int
Public Function KeywordSearch (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.