Share via


LINEPARKMODE

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

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.