PhoneCallDetails.CallId Property

Definition

Gets the identifier of the phone call.

public:
 property unsigned int CallId { unsigned int get(); };
uint32_t CallId();
public uint CallId { get; }
var uInt32 = phoneCallDetails.callId;
Public ReadOnly Property CallId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The identifier of the phone call.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to