Share via


MCIWNDM_SENDSTRING

The MCIWNDM_SENDSTRING message sends an MCI command in string form to the device associated with the MCIWnd window. You can send this message explicitly or by using the MCIWndSendString macro.

MCIWNDM_SENDSTRING 
wParam = 0; 
lParam = (LPARAM) (LPSTR) sz; 

Parameters

sz

String command to send to the MCI device.

Return Values

Returns zero if successful or an error otherwise.

Remarks

The message handler for MCIWNDM_SENDSTRING appends a device alias to the MCI command you send to the device. Therefore, you should not use any alias in an MCI command that you issue with MCIWNDM_SENDSTRING.

To get the return string, which contains the result of the command, send the MCIWNDM_RETURNSTRING message.

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.
**  Unicode:** Declared as Unicode and ANSI messages.

See Also

MCIWndSendString

Multimedia Command Strings