The information in this article applies to:
SYMPTOMSWhen you are using the Multimedia low-level Wave input functions in Win32s for recording purposes, the dwBytesRecorded member of the WAVEHDR structure is set to zero when you handle the MM_WIM_DATA message. CAUSEWin32s does not copy the dwBytesRecorded member as it should when handling the MM_WIM_DATA message. RESOLUTION
You will have to call waveInUnprepareHeader() before you examine the
dwBytesRecorded member in the WAVEHDR structure when you are handling the
MM_WIM_DATA message. Then you will get the correct result.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: win32s winmm low level wave
Keywords : kbmm kbWin32s |
Last Reviewed: March 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |