|
Addresses and Address Identifiers
Each line device is assigned one or more addresses. An address corresponds to
a telephone directory number, and it is actually assigned twice: First, by the
telephone company at the switch, and second, by the user while configuring the
local system. If a telephone number is changed at the switch, the user will
normally need to assign the new number at the local system, although some systems
can be sophisticated enough to perform the reassignment without human control.
After addresses have been assigned to lines, TAPI assigns address IDs to
addresses. An address ID is a number between 0 and the number of addresses on the
line minus one. Because each address depends on its line to exist, the address's
ID is meaningful only in the context of the associated line device. For this
reason, an address name consists of not only the address ID, but also an
identifier of the line. It serves as a kind of shorthand, an easy way for programmers
to identify addresses.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Unix Manual Pages
|