RTC_PROFILE_EVENT_TYPE
This enumeration defines possible profile events. The IRTCProfileEvent2::EventType method uses this enumeration.
typedef enum RTC_PROFILE_EVENT_TYPE {
RTCPFET_PROFILE_GET,
RTCPFET_PROFILE_UPDATE
} RTC_PROFILE_EVENT_TYPE;
Elements
- RTCPFET_PROFILE_GET
The profile was retrieved. - RTCPFET_PROFILE_UPDATE
The profile was updated.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.