|
Finding a Specific Driver
You might want your application to send a message directly to a specific
driver or to identify certain drivers from the list. For example, you might want
your application to identify those drivers that support filters and then query
each driver to determine which filter tags it supports. You can use the acmDriverEnum function to obtain a handle to the desired driver or drivers; this handle can
then be used to communicate with that driver.
Note that when an application installs a local driver for its own use, the acmDriverAdd function returns a driver handle, which can be used to communicate with the
driver. It is not necessary to use acmDriverEnum in this case.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|