rc (ULONG)

      Return codes indicating success or type of failure:

      MCIERR_SUCCESS

        The paste was successful.
      MCIERR_INVALID_BUFFER
        The buffer is too small to hold data.
      MCIERR_CANNOT_WRITE
        The file was not opened with write access.
      MCIERR_OUTOFRANGE
        The units are out of the range.
      MCIERR_INVALID_MEDIA
        The clipboard format is not valid.
      MCIERR_INVALID_DEVICE_ID
        The device ID is not valid.
      MCIERR_MISSING_PARAMETER
        Required parameter is missing.
      MCIERR_INVALID_FLAG
        Flag (ulParam1) is invalid.
      MCIERR_UNSUPPORTED_FLAG
        Given flag is unsupported for this device.
      MCIERR_INSTANCE_INACTIVE
        The device is currently inactive. Issue MCI_ACQUIREDEVICE to make the device context active.
      MCIERR_INVALID_CALLBACK_HANDLE
        Given callback handle is invalid.
      MCIERR_OUT_OF_MEMORY
        There is insufficient memory to perform the operation requested.
      MCIERR_CLIPBOARD_EMPTY
        No recognizable information is in the clipboard.
      MCIERR_CANNOT_CONVERT
        Unable to convert clipboard information to destination.
      MMIOERR_CLIPBRD_EMPTY
        There is no compatible data in the clipboard for use by the paste operation.
      MMIOERR_CLIPBRD_ERROR
        An unrecoverable error occurred while attempting to access the clipboard.
      MMIOERR_INCOMPATIBLE_DATA
        The data in the clipboard cannot be pasted into this file because the characteristics of either the video or audio data, or both, do not match the characteristics of the target file.


      [Back] [Next]