Share via


INmCallNotify::StateChanged

The NetMeeting 3 run time calls the StateChanged method as an event sink for notifications of changes in the Call object state.

HRESULT StateChanged(
  NM_CALL_STATE uState);

Parameters

  • uState
    [in] New call state, a value from NM_CALL_* state constants.

Return Values

  • S_OK
    This must be returned by the client implementation.

Remarks

Only the application in charge (initialized with NM_INIT_CONTROL) of the NetMeeting UI receives this notification.

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