|
Communication Between Applications
Applications can communicate with each other by writing to and reading from a
field in a specified call's information record, the LINECALLINFO data structure. With lineSetAppSpecific, any owner application can write to the application-specific field called dwAppSpecific. It is uninterpreted by the Telephony API or any of its service providers.
This field's usage is entirely controlled by applications.
The field can be read from the LINECALLINFO record returned by lineGetCallInfo. However, lineSetAppSpecific must be used to set the field so that changes become visible to other
applications. When this field is changed, all other applications with call handles are
sent a LINE_CALLINFO message with an indication that the dwAppSpecific field has changed.
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
|