Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
The MBN_VOICE_CALL_STATE enumerated type specifies the current voice call state of the device.
Syntax
typedef enum MBN_VOICE_CALL_STATE {
MBN_VOICE_CALL_STATE_NONE = 0,
MBN_VOICE_CALL_STATE_IN_PROGRESS,
MBN_VOICE_CALL_STATE_HANGUP
} ;
Constants
MBN_VOICE_CALL_STATE_NONE Value: 0 Voice call state is unknown. |
MBN_VOICE_CALL_STATE_IN_PROGRESS An active voice call is in progress. |
MBN_VOICE_CALL_STATE_HANGUP No voice call is in progress. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Header | mbnapi.h |