Group: Windows Multimedia - Library: winmm
Class for sound recording
Changing pitch and speed of a wave file
Adding supplementary data to AVI files
MMRESULT mmioFlush(
HMMIO hmmio,
UINT fuFlush
);
DECLARE INTEGER mmioFlush IN winmm;
INTEGER hmmio,;
INTEGER fuFlush
hmmio File handle of a file opened by using the mmioOpen function.
fuFlush Flag determining how the flush is carried out. It can be zero or the following.
Returns zero if successful or an error otherwise.