IRTCUserSearchQuery::SearchTerms (Windows Embedded CE 6.0)
1/6/2010
Note
This method is unsupported in Windows Embedded CE 6.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.
Syntax
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 Value
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
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
IRTCUserSearchQuery
IRTCUserSearchQuery::SearchTerm