mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- Document the mega-haxxx
svn path=/trunk/; revision=39904
This commit is contained in:
@@ -305,11 +305,15 @@ WriteFileEx_Committer2(
|
||||
|
||||
if ( ! WriteFileEx(KernelHandle, &DeviceInfo, sizeof(WDMAUD_DEVICE_INFO), (LPOVERLAPPED)Overlap, CompletionRoutine))
|
||||
{
|
||||
// TODO
|
||||
SND_TRACE(L"WriteFileEx failed with %x\n", GetLastError());
|
||||
SND_TRACE(L"WriteFileEx failed with %x\n", GetLastError());
|
||||
}
|
||||
else
|
||||
{
|
||||
/* HACK
|
||||
* The CompletionRoutine should be called by the system
|
||||
*/
|
||||
CompletionRoutine(0, Length, (LPOVERLAPPED)Overlap);
|
||||
}
|
||||
CompletionRoutine(0, Length, (LPOVERLAPPED)Overlap);
|
||||
|
||||
|
||||
return MMSYSERR_NOERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user