Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_Profile property gets the IRTCProfile interface for the profile associated with this event. This property will return RTC_E_NO_PROFILE if the profile does not exist.
HRESULT get_Profile(IRTCProfile**ppProfile);
Parameters
- ppProfile
[out] Returns a pointer to the IRTCProfile interface. This call also 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 |
---|---|
RTC_E_NO_PROFILE | The profile does not exist. |
RTC_E_BAD_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_IRTCProfileEvent is defined as D6D5AB3B-770E-43e8-800A-79B062395FCA.