IRTCProfileEvent::Profile
This method gets the Profile object associated with this event.
HRESULT get_Profile(
IRTCProfile** ppProfile
);
Parameters
- ppProfile
[out] Pointer to the IRTCProfile interface. This method adds a reference to the Profile object, which the caller is responsible for releasing.
Return Values
This method can return an RTC_E_ constant. The following table shows the possible return values.
| Value | Description |
|---|---|
| RTC_E_NO_PROFILE | No profile is associated with this event. The status code retrieved by IRTCProfileEvent::StatusCode is not a success code. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
Communications Service | IRTCProfile | IRTCProfileEvent::StatusCode
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.