PEER_WATCH_PERMISSION enumeration (p2p.h)

The PEER_WATCH_PERMISSION enumeration defines whether a peer contact can receive presence updates from a contact.

Syntax

typedef enum peer_watch_permission_tag {
  PEER_WATCH_BLOCKED = 0,
  PEER_WATCH_ALLOWED = 1
} PEER_WATCH_PERMISSION;

Constants

 
PEER_WATCH_BLOCKED
Value: 0
The peer contact cannot receive presence updates.
PEER_WATCH_ALLOWED
Value: 1
The peer contact can receive presence updates.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header p2p.h

See also

Collaboration API Enumerations