capSetMCIDeviceName
The capSetMCIDeviceName macro specifies the name of the MCI video device to be used to capture data. You can use this macro or explicitly call the WM_CAP_SET_MCI_DEVICE message.
BOOL capSetMCIDeviceName(
hwnd,
szName
);
Parameters
hwnd
Handle to a capture window.
szName
Pointer to 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.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
See Also