Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The MCIWndSendString macro sends an MCI command in string form to the device associated with the MCIWnd window. You can use this macro or explicitly send the MCIWNDM_SENDSTRING message.
Syntax
LONG MCIWndSendString(
hwnd,
sz
);
Parameters
hwnd
Handle of the MCIWnd window.
sz
String command to send to the MCI device.
Return value
Type: LONG
Returns zero if successful or an error otherwise.
Remarks
The message handler for MCIWndSendString (and 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 MCIWndSendString.
To get the return string, which contains the result of the command, use the MCIWndReturnString macro.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | vfw.h |