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 valid.
      MMIOERR_INVALID_PARAMETER
        The parameter passed was not valid.
      MMIOERR_CANNOTWRITE
        The I/O buffer needs to be written to disk but disk space is lacking.


      [Back] [Next]