Share via


LINEPARKMODE (Windows CE 5.0)

Send Feedback

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.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.