rc (ULONG)
Return
codes indicating success or type of failure:
MCIERR_SUCCESS
MCIERR_INVALID_BUFFER
Buffer 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_DEVICE_ID
The device ID is not valid.
MCIERR_MISSING_PARAMETER
Required parameter is missing.
MCIERR_INVALID_FLAG
Flag is invalid (ulParam1).
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 requested
operation.
MCIERR_CLIPBOARD_ERROR
An
error occurred while attempting to access the clipboard.
[Back]
[Next]