다음을 통해 공유


IRTCUserSearchResultsEvent::Cookie (Windows CE 5.0)

Send Feedback

This method gets the cookie supplied to the completed IRTCUserSearch::ExecuteSearch operation.

HRESULT get_Cookie(  LONG_PTR* plCookie);

Parameters

  • plCookie
    [out] Pointer to the cookie set for the search. The application is responsible for synchronizing and releasing search results using this value.

Return Values

This method can return an RTC_E_ constant. The following table shows an additional possible return value.

Value Meaning
E_POINTER The plCookie 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 | IRTCUserSearch::ExecuteSearch | IRTCUserSearchResultsEvent

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.