INmChannelNotify::MemberChanged
The NetMeeting 3 run time calls the MemberChanged method as an event sink for notifications when a member of the channel is added, removed, or updated.
HRESULT MemberChanged(
NM_MEMBER_NOTIFY uNotify,
INmMember *pMember);
Parameters
- uNotify
[in] A value from the NM_MEMBER_* notification enumeration that identifies an event taking place during a conference. - pMember
[in] Pointer to the INmMember interface pointer on the Member object that changed.
Return Values
- S_OK
This must be returned by the client implementation.
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, Channel Notification Object, Channel Notification Object Details