KSTELEPHONY_CALLCONTROL structure (ksmedia.h)
The KSTELEPHONY_CALLCONTROL structure specifies the phone call type and control operation to use for the KSPROPERTY_TELEPHONY_CALLCONTROL property.
Syntax
typedef struct _tagKSTELEPHONY_CALLCONTROL {
TELEPHONY_CALLTYPE CallType;
TELEPHONY_CALLCONTROLOP CallControlOp;
} KSTELEPHONY_CALLCONTROL, *PKSTELEPHONY_CALLCONTROL;
Members
CallType
Specifies the type of phone call (circuit-switched, LTE packet-switched, or WLAN packet-switched).
CallControlOp
Specifies the call control operation (enable or disable).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10,Windows 10 Mobile |
Minimum supported server | Windows Server 2016 |
Header | ksmedia.h |