IRTCUserSearchResultsEvent::get_Profile

The get_Profile method gets the IRTCProfile2 interface for the profile used to execute the search.

HRESULT get_Profile(IRTCProfile2**ppProfile);

Parameters

  • ppProfile
    [out] Pointer to an IRTCProfile2 interface on the searching profile. This call adds a reference to the interface, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The ppProfile parameter is not a valid pointer.
RTC_E_NOT_EXIST There is no profile attached to the search request.

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