WPCFLAG_IM_LEAVE enumeration (wpcevent.h)

Indicates information about when a participant leaves the instant messaging interaction.

Syntax

typedef enum tagWPCFLAG_IM_LEAVE_FLAG {
  WPCFLAG_IM_LEAVE_NORMAL = 0x00000000,
  WPCFLAG_IM_LEAVE_FORCED = 0x00000001,
  WPCFLAG_IM_LEAVE_CONVERSATION_END
} WPCFLAG_IM_LEAVE;

Constants

 
WPCFLAG_IM_LEAVE_NORMAL
Value: 0x00000000
An instant message participant left the interaction.
WPCFLAG_IM_LEAVE_FORCED
Value: 0x00000001
An instant message participant was forced to leave the interaction.
WPCFLAG_IM_LEAVE_CONVERSATION_END
This marks the end of the entire conversation.

Requirements

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