Share via


PhoneCallOperationStatus Enum

Definition

Defines constants that specify the operation status (or result) of a hands-free (HF) phone call.

public enum class PhoneCallOperationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 393216)]
enum class PhoneCallOperationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 393216)]
public enum PhoneCallOperationStatus
var value = Windows.ApplicationModel.Calls.PhoneCallOperationStatus.succeeded
Public Enum PhoneCallOperationStatus
Inheritance
PhoneCallOperationStatus
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v6.0)
App capabilities
phoneCall

Fields

Name Value Description
Succeeded 0

Specifies that the call succeeded.

OtherFailure 1

Specifies that some other failure occurred.

TimedOut 2

Specifies that the call timed out.

ConnectionLost 3

Specifies a failure to call because the Bluetooth Hands-Free Profile (HFP) connection between phone and PC was lost.

InvalidCallState 4

Specifies that an invlid call state occurred.

Applies to