IRTCUserSearchQuery
The IRTCUserSearchQuery interface contains methods for specifying user search parameters and behaviors. An instance of a user search query object with an implementation of this interface is created by calling the CreateQuery method of the IRTCUserSearch interface.
Methods in Vtable Order
The IRTCUserSearchQuery interface inherits the methods of the standard COM interface IUnknown.
In addition, IRTCUserSearchQuery defines the following methods.
Method | Description |
---|---|
get_SearchTerm | Gets the value associated with the name of a search term for the query. |
put_SearchTerm | Sets the value of a search term for the query. |
get_SearchTerms | Gets a space-delimited list of the search terms for the query. |
get_SearchPreference | Gets the value currently assigned to a specified search preference. |
put_SearchPreference | Sets preferences to be applied when IRTCUserSearch::ExecuteSearch is called with the associated query object. |
get_SearchDomain | Gets the domain set for the user search. |
put_SearchDomain | Sets the domain a user search will be performed under. |
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.