|
LINEDEVCAPFLAGS_ Constants
The LINEDEVCAPFLAGS_ bit-flag constants are a collection of Booleans
describing various line device capabilities.
LINEDEVCAPFLAGS_CROSSADDRCONF
Specifies whether calls on different addresses on this line can be
conferenced.
LINEDEVCAPFLAGS_HIGHLEVCOMP
Specifies whether high-level compatibility information elements are supported
on this line.
LINEDEVCAPFLAGS_LOWLEVCOMP
Specifies whether low-level compatibility information elements are supported
on this line.
LINEDEVCAPFLAGS_MEDIACONTROL
Specifies whether media-control operations are available for calls at this
line.
LINEDEVCAPFLAGS_MULTIPLEADDR
Specifies whether lineMakeCall or lineDial are able to deal with multiple addresses at once (as for inverse
multiplexing).
LINEDEVCAPFLAGS_CLOSEDROP
Specifies what happens when an open line is closed while the application has
calls active on the line. If TRUE, the service provider drops (clears) all
active calls on the line when the last application that has opened the line closes
it with lineClose. If FALSE, the service provider does not drop active calls in such cases.
Instead, the calls remain active and under control of external devices. A service
provider typically sets this bit to FALSE if there is some other device that
can keep the call alive, for example, if an analog line has the computer and
phoneset both connect directly to them in a party-line configuration, the offhook
phone will automatically keep the call active even after the computer powers
down.
Applications should check this flag to determine whether to warn the user
(with an OK/Cancel dialog box) that active calls will be lost.
LINEDEVCAPFLAGS_DIALBILLING
LINEDEVCAPFLAGS_DIALQUIET
LINEDEVCAPFLAGS_DIALDIALTONE
These flags indicate whether the "$", "@", or "W" dialable string modifier is
supported for a given line device. It is TRUE if the modifier is supported;
otherwise, FALSE. The "?" (prompt user to continue dialing) is never supported by
a line device. These flags allow an application to determine up front which
modifiers would result in the generation of a LINEERR. The application has the
choice of pre-scanning dialable strings for unsupported characters or of passing
the "raw" string from lineTranslateAddress directly to the provider as part of functions such as lineMakeCall or lineDial and let the function generate an error to tell it which unsupported modifier
occurs first in the string.
No extensibility. All 32 bits are reserved.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|