RTC_USER_SEARCH_PREFERENCE (Windows CE 5.0)
This enumeration defines possible user search preferences. The IRTCUserSearchQuery::SearchPreference method uses this enumeration.
typedef enum RTC_USER_SEARCH_PREFERENCE { RTCUSP_MAX_MATCHES, RTCUSP_TIME_LIMIT } RTC_USER_SEARCH_PREFERENCE;
Elements
- RTCUSP_MAX_MATCHES
The maximum number of matches that should be returned. The server may also have a limit on the number of search results returned. The smaller of the two takes effect. Range is 1 through 1000; default setting is 100. - RTCUSP_TIME_LIMIT
The maximum amount of time (in seconds) that the server should spend searching. When this limit is reached, a time-out error is returned. Range is 1 through 30; default setting is 30.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCUserSearchQuery::SearchPreference
Send Feedback on this topic to the authors