Jump to content

MciSendString: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 November 2025

25 November 2025

  • curprev 04:2804:28, 25 November 2025 Martini talk contribs 4,162 bytes +4,162 Created page with "{{DISPLAYTITLE:mciSendString}} This function sends a media control interface command string to a media device. It also contains a 16-bit entry point. ==Syntax== mciSendString(pszCommandBuf, pszReturnString, usReturnLength, hwndCallBack, usUserParm) ==Parameters== ;''pszCommandBuf'' (PSZ) - input :Media control command string of the form: <PRE> <command> <object> <keywords> </PRE> :The object can be the device type, file name, alias, and so forth..."