Share via


IRTCProfileEvent::get_Cookie

The get_Cookie property returns the cookie associated with the IRTCClientProvisioning::GetProfile operation that has completed.

HRESULT get_Cookie(LONG_PTR*plCookie);

Parameters

  • plCookie
    [out] Pointer to a LONG_PTR where the cookie will be returned.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_BAD_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_IRTCProfileEvent is defined as D6D5AB3B-770E-43e8-800A-79B062395FCA.

See Also

IRTCProfileEvent