Share via


INmChannelNotify::NmUI

The NetMeeting 3 run time calls the NmUI method as an event sink for notifications concerning channel 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.

Note  These notifications are sent only in versions prior to NetMeeting 3.

HRESULT NmUI(
CONFN uNotify);

Parameters

  • uNotify
    [in] Value from the CONFN_* state event enumeration indicating what caused this notification.

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

INmChannelNotify, Channel Notification Object, Channel Notification Object Details