// ksmedia.h
typedef enum {
TELEPHONY_CALLCONTROLOP_DISABLE,
TELEPHONY_CALLCONTROLOP_ENABLE
} TELEPHONY_CALLCONTROLOP;
View the official Windows Driver Kit DDI referenceNo description available.
The TELEPHONY_CALLCONTROLOP enumeration defines constants that specify an operation to perform on a phone call.
TELEPHONY_CALLCONTROLOP_DISABLEDisables a phone call.
TELEPHONY_CALLCONTROLOP_ENABLEEnables a phone call.