INmChannelAppShareNotify

INmChannelAppShareNotify is the event sink for INmChannelAppShare. The NetMeeting 3 run time calls INmChannelAppShareNotify methods when certain events are triggered that specifically concern application-sharing channels.

When to Implement

Implement INmChannelAppShareNotify in NetMeeting client applications to process event notifications from the NetMeeting run time. For example, the INmChannelAppShareNotify::StateChanged method is notified when a change in the application sharing state has occurred. The client application implementation of this method could provide the user with a display that indicates an application has just been shared or is no longer being shared.

When to Use

You do not normally call INmChannelAppShareNotify methods directly. The NetMeeting run time calls these methods when certain events are triggered by calls to INmChannelAppShare methods.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.
INmChannelNotify methods Description
NmUI Event sink for channel change notifications to pass on to UI.
MemberChanged Event sink for member change notifications for a channel.
INmChannelAppShareNotify methods Description
StateChanged The application sharing channel state has changed.

See Also

INmChannelAppShare, Application Sharing Channel Object