KSTELEPHONY_CALLINFO - NtDoc

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

typedef struct _tagKSTELEPHONY_CALLINFO {
  TELEPHONY_CALLTYPE  CallType;
  TELEPHONY_CALLSTATE CallState;
} KSTELEPHONY_CALLINFO, *PKSTELEPHONY_CALLINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_tagKSTELEPHONY_CALLINFO structure

Description

The KSTELEPHONY_CALLINFO structure specifies the type and state of a phone call for the KSPROPERTY_TELEPHONY_CALLINFO property.

Members

CallType

Specifies the type of phone call (circuit-switched, LTE packet-switched, or WLAN packet-switched).

CallState

Specifies the state of the phone call.