KSTELEPHONY_CALLCONTROL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct _tagKSTELEPHONY_CALLCONTROL {
  TELEPHONY_CALLTYPE      CallType;
  TELEPHONY_CALLCONTROLOP CallControlOp;
} KSTELEPHONY_CALLCONTROL, *PKSTELEPHONY_CALLCONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-_tagkstelephony_callcontrol)

_tagKSTELEPHONY_CALLCONTROL structure

Description

The KSTELEPHONY_CALLCONTROL structure specifies the phone call type and control operation to use for the KSPROPERTY_TELEPHONY_CALLCONTROL property.

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).