Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mmioOpen(3mms)

mmioRead(3mms)

mmioSeek(3mms)

mmioWrite(3mms)

mmioFlush(3mms)  —  Subroutines

 
 
 
 
 

Name

 
mmioFlush --- Flushes pending output to a file
 
 
 

Syntax

 
 

 #include <mme/mme_api.h>
 MMRESULT APIENTRY mmioFlush(HMMIO hmmio,
                            UINT uFlags);
 

 
 

Arguments

 
HMMIO hmmio
Specifies the file handle of the file to flush.
 

UINT uFlags
Not used, set to zero (0).
 
 
 

Description

 
The mmioFlush function flushes any pending output to the hmmio file. 
 
 

Extensions

 
None.
 
 

Return Values

 
Returns MMSYSERR_NOERROR if the function is successful; otherwise, it returns the following error code:
 
 

 
MMIOERR_CANNOTWRITE@T{ The contents of the buffer could not be written to disk. T}

 
 

See Also

 
mmioOpen(3mms), mmioRead(3mms), mmioSeek(3mms) mmioWrite(3mms)
 
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026