LINECALLCOMPLMODE
These bit-flag constants describe different ways in which a call can be completed.
The following table shows the LINECALLCOMPLMODE constants.
Value | Description |
---|---|
LINECALLCOMPLMODE_CALLBACK = 0x00000002 | Requests the called station to return the call when it returns to idle. |
LINECALLCOMPLMODE_CAMPON = 0x00000001 | Queues the call until the call can be completed. |
LINECALLCOMPLMODE_INTRUDE = 0x00000004 | Adds the application to the existing call at the called station (barge in). |
LINECALLCOMPLMODE_MESSAGE = 0x00000008 | Leaves a short predefined message for the called station (Leave Word Calling). The message to be sent is specified separately. |
Remarks
These constants cannot be extended. All 32 bits are reserved.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.