PHONEBUTTONMODE
These bit-flag constants describe the button classes.
The following table shows the PHONEBUTTONMODE constants.
Value | Description |
---|---|
PHONEBUTTONMODE_CALL = 0x00000002 | The button is assigned to a call appearance. |
PHONEBUTTONMODE_DISPLAY = 0x00000020 | The button is a "soft" button associated with the phone's display. A phone set can have zero or more display buttons. |
PHONEBUTTONMODE_DUMMY = 0x00000001 | This value is used to describe a button/lamp position that has no corresponding button but has only a lamp. |
PHONEBUTTONMODE_FEATURE = 0x00000004 | The button is assigned to requesting features from the switch, such as hold, conference, and transfer. |
PHONEBUTTONMODE_KEYPAD = 0x00000008 | The button is one of the twelve keypad buttons, zero (0) through 9, '*', and '#'. |
PHONEBUTTONMODE_LOCAL = 0x00000010 | The button is a local function button, such as mute or volume control. |
Remarks
These constants cannot be extended. All 32 bits are reserved.
This enumeration type is used in the PHONECAPS data structure to describe the meaning associated with the phone's buttons
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.