Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/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 |
Windows Mobile | Windows Mobile Version 5.0 and later |