INmConferenceNotify::NmUI
The NetMeeting 3 run time calls the NmUI method as an event sink for notifications concerning the NetMeeting system 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_* NM event enumeration indicating what caused the 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
INmConference, Conference Notification Object, Conference Notification Object Details