Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
These bit-flag constants describe different ways of parking calls.
The following table shows the LINEPARKMODE constants.
| Value | Description |
|---|---|
LINEPARKMODE_DIRECTED = 0x00000001 |
Specifies directed call park. The address where the call is to be parked must be supplied to the switch. |
LINEPARKMODE_NONDIRECTED = 0x00000002 |
Specifies nondirected call park. The address where the call is parked is selected by the switch and provided by the switch to the application. |
Remarks
These constants cannot be extended. All 32 bits are reserved.
The LINEPARKMODE constants are used when parking a call. Consult a line's address device capabilities to find out which park mode is available.
Requirements
| Header | tapi.h |
| Windows Embedded CE | Windows CE 3.0 and later |