Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
[The feature associated with this page, MCI, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of MCI, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
CD audio devices support the following set of commands.
| String form | Message form |
|---|---|
| break | MCI_BREAK |
| capability | MCI_GETDEVCAPS |
| close | MCI_CLOSE |
| info | MCI_INFO |
| open | MCI_OPEN |
| pause | MCI_PAUSE |
| play | MCI_PLAY |
| resume | MCI_RESUME |
| seek | MCI_SEEK |
| set | MCI_SET |
| status | MCI_STATUS |
| stop | MCI_STOP |
| sysinfo | MCI_SYSINFO |