Group: Windows Multimedia - Library: winmm
WAV file player
Class for sound recording
Changing pitch and speed of a wave file
Adding supplementary data to AVI files
Playing WAV sounds simultaneously
MMRESULT mmioClose(
HMMIO hmmio,
UINT wFlags
); DECLARE INTEGER mmioClose IN winmm;
INTEGER hmmio,;
INTEGER wFlags hmmio File handle of the file to close.
wFlags Flags for the close operation.
Returns zero if successful or an error otherwise.
Home