IVoIPMediaMgr::OnSessionStateChangeEvent
This method lets the media manager know of an event signaling a change in session state.
HRESULT OnSessionStateChangeEvent(
IRTCSessionStateChangeEvent* piSSCEvent
);
Parameters
- piSSCEvent
[in] Pointer to IRTCSessionStateChangeEvent for the event.
Return Values
If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.
Remarks
The application can obtain the IRTCSessionStateChangeEvent2 interface by calling QueryInterface on IRTCSessionStateChangeEvent.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmediamanager.idl.
Link Library: Voipguid.lib.
See Also
VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | IRTCSessionStateChangeEvent | IVoIPMgr | QueryInterface
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.