Share via


INmCallNotify::NmUI

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

 HRESULT NmUI(
CONFN uNotify);

Parameters

  • uNotify
    [in] Value from the CONFN_* call 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

INmCallNotify, Call Notification Object, Call Notification Object Details