Share via


INmConferenceNotify::StateChanged

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

HRESULT StateChanged(
NM_CONFERENCE_STATE uState);

Parameters

  • uState
    [in] A value from the NM_CONFERENCE_* enumeration indicating the new conference state.

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