Platform | Win32, x64 |
Purpose |
To close a WAV file opened by OPEN_WAV_FILE_READ@ or OPEN_WAV_FILE_WRITE@ |
Syntax |
SUBROUTINE CLOSE_WAV_FILE@(HANDLE) |
Description |
This routine closes a WAV file opened for reading or writing. It is particularly important to call this routine to close a file open for writing before the program terminates. |