IRTCSubscription::get_Profile
Other versions of this page are also available for the following:
8/28/2008
This method retrieves the IRTCProfile from the subscription.
Syntax
HRESULT get_Profile(
IRTCProfile** ppProfile
);
Parameters
- ppProfile
[out] Pointer to an IRTCProfile that will contain the profile information. This method adds a reference to the Profile object, which the caller is responsible for releasing.
Return Value
RTC methods may return an RTC_E_ constant.
Requirements
Header | rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |