Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IRTCUserSearch interface contains methods and properties to perform a user search. This interface can be obtained by performing a QueryInterface on the Client object.
Methods in Vtable Order
The IRTCUserSearch interface inherits the methods of the standard COM interface IUnknown.
In addition, IRTCUserSearch defines the following methods.
Method | Description |
---|---|
ExecuteSearch | Executes a user search, using a provided user search query object. |
CreateQuery | Creates a user search query object. The query is defined by setting properties on this object, which is passed to the ExecuteSearch method to perform the search. |
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_IRTCUserSearch is defined as B619882B-860C-4db4-BE1B-693B6505BBE5.