IRTCUserSearchQuery::get_SearchTerm
The get_SearchTerm method gets the value associated with the name of a search term for the query. This method returns the search term set in IRTCUserSearchQuery::put_SearchTerm.
HRESULT get_SearchTerm(BSTRbstrName,
BSTR*bstrValue);
Parameters
- bstrName
[in] String value that contains the name of the search term to retrieve. - bstrValue
[out] String value that contains the returned value of the search term.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
RTC_E_NOT_EXIST | The search term does not exist. |
E_POINTER | The bstrName or bstrValue parameter is not a valid pointer. |
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCUserSearchQuery is defined as 288300F5-D23A-4365-9A73-9985C98C2881.
See Also
IRTCUserSearchQuery, IRTCUserSearchQuery::get_SearchTerms, IRTCUserSearchQuery::put_SearchTerm