Share via


IRTCUserSearchResultsEvent::get_Cookie

The get_Cookie property gets the cookie supplied to the IRTCUserSearch::ExecuteSearch operation that has completed.

HRESULT get_Cookie(LONG_PTR*plCookie);

Parameters

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

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The plCookie parameter is not a valid pointer.

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_IRTCUserSearchResultsEvent is defined as D8C8C3CD-7FAC-4088-81C5-C24CBC0938E3.

See Also

IRTCUserSearchResultsEvent, IRTCUserSearch, IRTCUserSearchResult, Receive a Search Response