ulParam1 (ULONG)

      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_FROM
        The beginning position of a cut operation. The position of the media is either the position specified in the ulFrom field or the previous position if MCI_FROM is not specified.
      MCI_TO
        The ending position of a cut operation.
      MCI_TO_BUFFER
        Place the data from a file into an application-supplied buffer. If this flag is not specified, then the clipboard is used.


      [Back] [Next]