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
        Marks the beginning position of the paste operation. This position is specified in the ulFrom field of the MCI_EDIT_PARMS data structure. If MCI_FROM is not specified, the paste operation begins from the current position.
      MCI_TO
        Marks the ending position of the paste. The pasted data replaces data from the FROM position (or the current position if MCI_FROM is not specified) to the TO position.

        If MCI_TO is not specified, the end of file is assumed and the pasted data is inserted beginning at the FROM position (or the current position if MCI_FROM is not specified).

      MCI_CONVERT_FORMAT
        Converts data in the clipboard to a destination format.
      MCI_TO_BUFFER
        Places data from the clipboard into the application's buffer. If this flag is not specified, the information is placed in a file.
      MCI_FROM_BUFFER
        Places data from the application's buffer into the file. If this flag is not specified, the clipboard is used as the source.


      [Back] [Next]