IRTCUserSearchQuery::SearchTerms (Windows CE 5.0)
This method gets a space-delimited list of the search terms for this query. This method returns the search terms set in calls to the IRTCUserSearchQuery::SearchTerm method.
HRESULT get_SearchTerms( BSTR* pbstrNames);
Parameters
- pbstrNames
[out] Pointer a BSTR that will be filled with the list of search terms. The method allocates the buffer. The caller is responsible for releasing this memory with SysFreeString.
Return Values
This method can return an RTC_E_ constant. The following table shows additional return values and additional information about a specific return value.
Value | Description |
---|---|
E_OUTOFMEMORY | Insufficient memory to perform this operation. |
E_POINTER | The pbstrNames parameter is not a valid pointer. |
RTC_E_NOT_EXIST | There are no search terms present for this query. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCUserSearchQuery | IRTCUserSearchQuery::SearchTerm | SysFreeString
Send Feedback on this topic to the authors