Share via


IRTCUserSearchResultsEvent::get_MoreAvailable

The get_MoreAvailable method gets a Boolean value that indicates whether additional, unreturned results exist for the IRTCUserSearch::ExecuteSearch operation that has completed. 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, or that the maximum number of allowable search results should be increased.

HRESULT get_MoreAvailable(VARIANT_BOOL*pfMoreAvailable);

Parameters

  • pfMoreAvailable
    [out] A Boolean value indicating whether additional search results are available. VARIANT_TRUE indicates that there are more results.

Return Values

RTC methods may return an RTC_E_ constant.

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

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCUserSearchResultsEvent is defined as D8C8C3CD-7FAC-4088-81C5-C24CBC0938E3.

See Also

IRTCUserSearchResultsEvent, IRTCUserSearch, IRTCUserSearchResult, Receive a Search Response