Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.14 KB

the-wait-notify-and-test-flags.md

File metadata and controls

30 lines (20 loc) · 1.14 KB
title description ms.assetid keywords ms.topic ms.date ms.custom
The Wait, Notify, and Test Flags
The Wait, Notify, and Test Flags
c4d99c15-1046-422f-8f44-396deacf38cf
MCI_WAIT flag
MCI_NOTIFY flag
MCI_TEST flag
article
4/26/2023
UpdateFrequency5

The Wait, Notify, and Test Flags

[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.]

Most MCI commands include flags that modify the command. The "wait" (MCI_WAIT) and "notify" (MCI_NOTIFY) flags are common to every command. The "test" (MCI_TEST) flag is available to digital-video and VCR devices. The following topics describe the use of these flags.