Share via


IRTCRoamingEvent::get_Profile

The get_Profile property returns the profile associated with this event.

HRESULT get_Profile(IRTCProfile**ppProfile);

Parameters

  • ppProfile
    [out] Returns a pointer to the IRTCProfile interface. 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.

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_IRTCRoamingEvent is defined as 79960a6b-0cb1-4dc8-a805-7318e99902e8.

See Also

IRTCRoamingEvent, Roaming