Share via


RTC_WATCHER_STATE (Windows CE 5.0)

Send Feedback

This enumeration defines possible watcher states. The IRTCWatcher::State method uses this enumeration.

typedef enum RTC_WATCHER_STATE {RTCWS_UNKNOWN,RTCWS_OFFERING,RTCWS_ALLOWED,RTCWS_BLOCKED,  RTCWS_DENIED,  RTCWS_PROMPT} RTC_WATCHER_STATE;

Elements

  • RTCWS_UNKNOWN
    This state should not happen.

  • RTCWS_OFFERING
    The notification of the new watcher has not completed. The watcher is in the OFFERING state.

  • RTCWS_ALLOWED
    The watcher is in the list of allowed watchers.

  • RTCWS_BLOCKED
    The watcher is in the list of blocked watchers.

  • RTCWS_DENIED
    The watcher has been denied access to the presence information for the user.

    This enumeration value is available only for RTC 1.2 and later.

  • RTCWS_PROMPT
    The user should be prompted to deny or allow permission for the watcher to view the presence information of the user.

    This enumeration value is available only for RTC 1.2 and later.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCWatcher::State

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.