|
Data Areas
Some phone sets support the notion of downloading data from or uploading data
to the phone device, which allows the phone set to be programmed in a variety
of ways. The Telephony API models these phone sets as having one or more
download or upload areas. Each area is identified by a number that ranges from zero to
the number of data areas available on the phone minus one. Sizes of each area
can vary. The format of the data itself is device-specific.
The TAPI phoneSetData function downloads a buffer of data to a given data area in the phone device,
and the phoneGetData function uploads the contents of a given data area in the phone device to a
buffer.
When a data area of a phone device is changed, a PHONE_STATE message is sent to the application to notify the application about the state
change. Parameters to this message provide an indication of the change.
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
|