IRTCUserSearchResultsEvent::MoreAvailable

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 results exist, and VARIANT_FALSE otherwise.

Return Values

This method can return an RTC_E_ constant.

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

Communications Service | IRTCUserSearch::ExecuteSearch | IRTCUserSearchQuery | IRTCUserSearchResultsEvent

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.