IMbnConnectionEvents::OnVoiceCallStateChange method
Notification method that indicates a change in the voice call state of a device.
Syntax
HRESULT OnVoiceCallStateChange(
[in] IMbnConnection *newConnection
);
Parameters
- newConnection [in]
-
An IMbnConnection interface that represents the connection for which the voice call state has changed.
Return value
This method must return S_OK.
Remarks
OnVoiceCallStateChange is called when voice call state is available or when there is a change in the voice call state. An application can use IMbnConnection to get the updated voice call state.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|
See also