TELEPHONY_CALLCONTROLOP - NtDoc

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

typedef enum {
  TELEPHONY_CALLCONTROLOP_DISABLE,
  TELEPHONY_CALLCONTROLOP_ENABLE
} TELEPHONY_CALLCONTROLOP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-telephony_callcontrolop)

TELEPHONY_CALLCONTROLOP enumeration

Description

The TELEPHONY_CALLCONTROLOP enumeration defines constants that specify an operation to perform on a phone call.

Constants

TELEPHONY_CALLCONTROLOP_DISABLE

Disables a phone call.

TELEPHONY_CALLCONTROLOP_ENABLE

Enables a phone call.

See also

KSTELEPHONY_CALLCONTROL