Group: Windows Multimedia - Library: winmm
Class for sound recording
Changing pitch and speed of a wave file
Adding supplementary data to AVI files
LONG mmioWrite(
HMMIO hmmio,
char _huge* pch,
LONG cch
);
DECLARE LONG mmioWrite IN winmm;
INTEGER hmmio,;
STRING pch,;
LONG cch
hmmio File handle of the file.
pch Pointer to the buffer to be written to the file.
cch Number of bytes to write to the file.
Returns the number of bytes actually written. If there is an error writing to the file, the return value is -1.