|
WM_CAP_SET_MCI_DEVICE
The WM_CAP_SET_MCI_DEVICE message specifies the name of the MCI video device
to be used to capture data. You can send this message explicitly or by using the capSetMCIDeviceName macro.
WM_CAP_SET_MCI_DEVICE
wParam = (WPARAM) 0;
lParam = (LPARAM) (LPVOID) (LPSTR) (szName);
Parameters
szName
Address of a null-terminated string containing the name of the device.
Return Values
Returns TRUE if successful or FALSE otherwise.
Remarks
This message stores the MCI device name in an internal structure. It does not
open or access the device. The default device name is NULL.
See Also
capSetMCIDeviceName
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
|