|
MCI Device Capabilities
MCIWnd includes the following macros to let you query MCI devices for their
capabilities.
Macro
| Description
| MCIWndCanConfig
| Determines whether a device has a configuration dialog box to support multiple
configurations, such as the MCIAVI device.
| MCIWndCanEject
| Determines whether a device has a software-controlled eject function.
| MCIWndCanPlay
| Determines whether a device can play the existing content.
| MCIWndCanRecord
| Determines whether a device can record.
| MCIWndCanSave
| Determines whether a device can store data.
| MCIWndCanWindow
| Determines whether a device supports MCI window commands (such as window, put and where).
|
These macros return TRUE if the device supports the specific capability, or
FALSE otherwise.
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
|