다음을 통해 공유


RTC_WATCHER_STATE

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.

    Note   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.

    Note   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

IRTCWatcher::State

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.