IRTCUserSearch::CreateQuery (Windows CE 5.0)
This method creates a user search query object. The application can define the query by setting properties on this object. The application can pass the query object to the IRTCUserSearch::ExecuteSearch method to perform the search.
HRESULT CreateQuery( IRTCUserSearchQuery** ppQuery);
Parameters
- ppQuery
[out] Pointer to the IRTCUserSearchQuery interface. This method adds a reference to the user search query object, which the caller is responsible for releasing.
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 ppQuery 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
IRTCUserSearch | IRTCUserSearch::ExecuteSearch | IRTCUserSearchQuery
Send Feedback on this topic to the authors