This
parameter can contain any of the following flags:
MCI_NOTIFY
A notification message will be posted
to the window specified in the hwndCallback parameter of the data
structure pointed to by the pParam2 parameter. The notification
will be posted when the action indicated by this message is completed or
when an error occurs.
MCI_WAIT
Control
is not to be returned until the action indicated by this message is completed
or an error occurs.
MCI_SET_CUEPOINT_ON
This
flag is used to set a cue point at the location specified in the ulCuepoint
field of the MCI_CUEPOINT_PARMS
data structure. The value in the ulCuepoint field is in the current
time format.
Note: You can set only one cue point ON or OFF at a time.
MCI_SET_CUEPOINT_OFF
This flag is used to remove a cue point at the
location specified in the ulCuepoint field of the MCI_CUEPOINT_PARMS
data structure. The location specified must exactly match the location
of the previously set cue point.
Note: You can set only one cue point ON or OFF at a time.