IRTCUserSearchQuery

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Note

This interface is unsupported in Windows Embedded CE 6.0.

This interface defines a user search query. It contains methods for specifying user search parameters and behaviors. The IRTCUserSearch::CreateQuery method creates an instance of a user search query object.

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

IRTCUserSearchQuery::SearchTerm

Sets or gets the value associated with the name of a search term for this query.

IRTCUserSearchQuery::SearchTerms

Gets a space-delimited list of the search terms for this query.

IRTCUserSearchQuery::SearchPreference

Sets or gets the value currently assigned to a specified search preference.

IRTCUserSearchQuery::SearchDomain

Sets or gets the domain for a user search.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RTC Client API Interfaces