Share via


IRTCUserSearchResultsEvent::MoreAvailable

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

HRESULT get_MoreAvailable(
  VARIANT_BOOL* pfMoreAvailable
);

Parameters

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

Return Value

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

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

See Also

Reference

IRTCUserSearchResultsEvent:IDispatch
IRTCUserSearch::ExecuteSearch
IRTCUserSearchQuery