INmChannelVideoNotify::StateChanged
The NetMeeting 3 run time calls the StateChanged method as an event sink for notifications for the video state of the video channel.
HRESULT StateChanged(
NM_VIDEO_STATEuState);
Parameters
- uState
[in] A value from the NM_VIDEO_* state enumeration that identifies the current state of the video channel.
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
INmChannelVideoNotify, Video Channel Notification Object, Video Channel Notification Object Details