Share via


INmManagerNotify::NmUI

The NetMeeting run time calls the NmUI method as an event sink for notifications concerning conference changes that a NetMeeting client may want to present to the end user. Only the application in charge (initialized with NM_INIT_CONTROL) of the NetMeeting UI receives these notifications. This is not required if the Conference Manager object was initialized with NM_INIT_NORMAL.

HRESULT NmUI(
  CONFN uNotify);

Parameters

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

INmManager, Conference Manager Notification Object, Conference Manager Notification Object Details