// ksmedia.h
typedef struct _tagKSTELEPHONY_CALLCONTROL {
TELEPHONY_CALLTYPE CallType;
TELEPHONY_CALLCONTROLOP CallControlOp;
} KSTELEPHONY_CALLCONTROL, *PKSTELEPHONY_CALLCONTROL;
View the official Windows Driver Kit DDI referenceNo description available.
The KSTELEPHONY_CALLCONTROL structure specifies the phone call type and control operation to use for the KSPROPERTY_TELEPHONY_CALLCONTROL property.
CallTypeSpecifies the type of phone call (circuit-switched, LTE packet-switched, or WLAN packet-switched).
CallControlOpSpecifies the call control operation (enable or disable).