mmioCFCopy - Parameters
hmmcfSource (HMMCF) - input
A RIFF compound-file handle returned by mmioCFOpen.
This is the source file to be copied.
pszDestFileName (PSZ) -
input
The pointer to the name of the destination
file. The RIFF compound file is copied to the destination file.
ulFlags (ULONG) - input
Reserved for future use and must be set to zero.
rc (ULONG) - returns
Return
codes indicating success or type of failure:
MMIO_CF_SUCCESS
If the function succeeds, 0 is
returned.
MMIOERR_INVALID_HANDLE
The
handle passed was not valid.
MMIOERR_INVALID_PARAMETER
The file name was null or tried to copy the file
to itself.
MMIOERR_READ_ONLY_FILE
The
RIFF compound file is opened as read-only.
MMIO_CF_FAILURE