IRTCUserSearchResultsEvent::MoreAvailable (Windows CE 5.0)

Send Feedback

This method gets a value that indicates if additional, unretrieved results exist for a completed IRTCUserSearch::ExecuteSearch operation.

HRESULT get_MoreAvailable(  VARIANT_BOOL* pfMoreAvailable);

Parameters

  • pfMoreAvailable
    [out] VARIANT_TRUE if additional search results exist, and VARIANT_FALSE otherwise.

Return Values

This method can return an RTC_E_ constant. The following table shows an additional possible return value.

Value Meaning
E_POINTER The pfMoreAvailable parameter is not a valid pointer.

Remarks

This method can be used to indicate to the user that a refined set of search parameters on the query object specified by the IRTCUserSearchQuery interface should be used. The method can also indicate that the maximum number of allowable search results should be increased.

Requirements

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

See Also

IRTCUserSearchResultsEvent | IRTCUserSearch::ExecuteSearch | IRTCUserSearchQuery

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.