Changeset 486 for OCO/trunk/drv16/wavestrm.cpp
- Timestamp:
- May 23, 2010, 10:28:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/wavestrm.cpp
r483 r486 209 209 ULONG ulBuffLeft; 210 210 ULONG ulBytesWritten; 211 ULONG ulStartPos;211 //DAZ ULONG ulStartPos; 212 212 213 213 /* make sure we have a buffer to copy from */ … … 230 230 } 231 231 232 /* DAZ */ 233 #if 0 232 234 // get the starting position. Call WaveGetHwPtr. if we get a bad rc then we bail out. 233 235 if(pahw->GetHwPtr(StreamId, &_configinfo, &ulStartPos) == FALSE) … … 237 239 return (ULONG)-1; 238 240 } 241 #endif 239 242 240 243 // get the buffer pointer and amount of data remaining
Note:
See TracChangeset
for help on using the changeset viewer.