|
Determining the Call Type (Media Mode)
Before an application uses any telephony services, it needs to interact with
the user to know what kind of call to make. To do this, the standard Win32 API
functions are used to build the menus or dialogs needed to gather the user input
that tells your application what to do. In this example, the user specifies
the transmission of data, so the application will make a call that transmits a
specified file to another user.
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
|