|
Call State Timer
Currently, all timing of calls is left up to applications. This can be quite
burdensome if the application is monitoring a large number of calls, and if
multiple applications were present, possibly on multiple servers, it would be
necessary for them to all maintain timers on the same calls. It therefore makes more
sense for call state timing to be handled by the server.
The tStateEntryTime member in LINECALLSTATUS allows timing of calls in states to be reported. The member (of type SYSTIME) indicates the time at which the current state was entered.
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
|