Share via


INmConferenceNotify::MemberChanged

The NetMeeting 3 run time calls the MemberChanged method as an event sink for notifications when a conference's member roster changes. This happens when members join or leave a conference or when a member's data-handling capabilities change.

HRESULT MemberChanged(
NM_MEMBER_NOTIFY uNotify,INmMember *pMember);

Parameters

  • uNotify
    [in] A value from NM_MEMBER_* enumeration indicating the notification type.
  • pMember
    [in] Pointer to the INmMember interface pointer on the member object that was updated, added to, or removed from the conference.

Return Values

  • S_OK
    The conference state was retrieved successfully.

Return Values

NetMeeting client applications can use the SUCCEEDED and FAILED macros in winerror.h to check return values.

Return values can include remote procedure call (RPC) layer errors or any of the following 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

INmConference, Conference Notification Object, Conference Notification Object Details