hmmio (HMMIO) - input
The
open file handle returned by mmioOpen.
usFlags (USHORT) - input
Contains nothing or the following flag:
MMIO_FHOPEN
This flag is used to tell the I/O to
not close the file or files of type FOURCC_DOS. This allows an HMMIO
instance to be closed in cases where a DOS file handle was provided
to the I/O procedure on an mmioOpen call.
rc (USHORT) - returns
Return
codes indicating success or type of failure:
MMIO_SUCCESS
If the function succeeds, 0 is returned.
MMIOERR_INVALID_HANDLE
The
handle passed was not correct.
MMIOERR_CANNOTWRITE
The I/O buffer needs to be written to disk but
disk space is lacking.
MMIOERR_WRITE_FAILED
Unable
to write the buffer to disk. Possible hardware problem.
MMIO_WARNING
The file was closed, but the IOProc might be expecting
additional data.
[Back]
[Next]