IRTCUserSearchResultsEvent::EnumerateResults (Windows CE 5.0)
This method retrieves an enumeration of the results from the user search. This method is intended for C and C++ applications.
HRESULT EnumerateResults( IRTCEnumUserSearchResults** ppEnum);
Parameters
- ppEnum
[out] Pointer to the IRTCEnumUserSearchResults interface on an enumeration object that contains an IRTCUserSearchResult pointer for each result. This method adds a reference to the enumeration object, which the caller is responsible for releasing. If there are no results, the method retrieves an empty enumeration.
Return Values
This method can return an RTC_E_ constant. The following table shows additional possible return values.
Value | Meaning |
---|---|
E_OUTOFMEMORY | Insufficient memory to perform this operation. |
E_POINTER | The ppEnum parameter is not a valid pointer. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCUserSearchResultsEvent | IRTCEnumUserSearchResults | IRTCUserSearchResult | IRTCUserSearchResultsEvent::Results
Send Feedback on this topic to the authors