IRTCUserSearchResult
The IRTCUserSearchResult interface contains a method that permits the retrieval of search result values for specific data columns in the result object. The IRTCUserSearchResultsEvent::EnumerateResults method returns the IRTCUserSearchResult interface. (Visual Basic developers can return the results as a collection object with an IRTCCollection interface by calling IRTCUserSearchResultsEvent.Results).
Methods in Vtable Order
The IRTCUserSearchResult interface inherits the methods of the standard COM interface IUnknown.
In addition, IRTCUserSearchResult defines the following method.
Method | Description |
---|---|
get_Value | Gets the value in the specified column of the search result. |
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_IRTCUserSearchResult is defined as 851278B2-9592-480f-8DB5-2DE86B26B54D.