|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The original code failed under later versions of Windows. This was because the way the WAVEHDR structure is used was changed: in earlier versions, the lpNext reserved member could be copied using CopyMemory, but in later versions it could not. (It would have been safer not to mess with this anyway as the Platform SDK clearly states it is reserved, but hindsight is a simple thing). The new version fixes this problem by only copying the non-reserved members of the structure. |
Zip file: WaveStream Sample Application and Class.zipWaveStream Sample Application and Class.zip (47K) Zip Contents
Required ReferencesRuntime References
Design Time References
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|