Changeset 468 for OCO/trunk/drv16/ossidc16.cpp
- Timestamp:
- Nov 4, 2009, 4:21:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/ossidc16.cpp
r391 r468 718 718 //Signal all active wave playback streams to update their status 719 719 pStream = (PWAVESTREAM)FindFirstActiveStream(STREAM_WAVE_PLAY); 720 while(pStream) { 720 while(pStream) 721 { 721 722 pStream->Process(); 722 723 pStream = (PWAVESTREAM)FindNextActiveStream(STREAM_WAVE_PLAY, pStream); 723 724 } 724 725 //Signal all active wave capture streams to update their status
Note:
See TracChangeset
for help on using the changeset viewer.