IRTCUserSearch:IUnknown (Windows CE 5.0)

Send Feedback

This interface represents an RTC user search. Results of a user search are defined by the IRTCUserSearchResult interface.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description
CreateQuery Creates a user search query object.
ExecuteSearch Executes a search using a user search query object.

Obtaining a Pointer

This interface can be obtained by calling QueryInterface on the Client object.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

RTC Client API Interfaces | IRTCUserSearchResult | IUnknown | QueryInterface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.