Share via


INmConferenceNotify::ChannelChanged

The NetMeeting 3 run time calls the ChannelChanged method as an event sink for notifications when a conference's individual channel use changes.

HRESULT ChannelChanged(
NM_CHANNEL_NOTIFY uNotify,INmChannel *pChannel);

Parameters

  • uNotify
    [in] A value from NM_CHANNEL_* enumeration indicating the event type.
  • pChannel
    [in] Pointer to the INmChannel interface on the channel object that was updated, added to, or removed from the conference.

Return Values

  • S_OK
    This must be returned by the client implementation.

Remarks

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 Object, Conference Notification Object, Conference Notification Object Details