Share via


INmManagerNotify

INmManagerNotify is the event sink for INmManager. The NetMeeting run time calls INmManagerNotify methods when certain events are triggered that specifically concern the management of the overall conference.

When to Implement

Implement INmManagerNotify in NetMeeting client applications to process event notifications from the NetMeeting run time. For example, the INmManagerNotify::NmUI method is notified when a conference change occurs. The client application implementation of this method could provide a display to the user of that event.

When to Use

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

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.
INmManagerNotify methods Description
NmUI An event occurred that potentially affects a NetMeeting client's user interface display.
ConferenceCreated A new conference was created.
CallCreated A new call was created.

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

INmManager, Conference Manager Object, Conference Manager Notification Object