Share via


NM_MEMBER_* Events

Values from the NM_MEMBER_* enumeration identify events that occur as members join and leave a conference.

typedef enum tagNmMemberNotify{
  NM_MEMBER_ADDED           = 0,
  NM_MEMBER_REMOVED         = 1,
  NM_MEMBER_UPDATED         = 2,
} NM_MEMBER_NOTIFY;

Elements

  • NM_MEMBER_ADDED
    A member was added to the conference.
  • NM_MEMBER_REMOVED
    A member was removed from the conference.
  • NM_MEMBER_UPDATED
    Information for a conference member was updated.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmChannelNotify::MemberChanged