X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fdirectx%2Fdsound_new%2Fprecomp.h;h=36139b745c1732f81672ff640917532f609befe5;hp=760c46e6a3fd888be78aaeb15746bc0aa9a83b6f;hb=0abe48a1570bb6250f40bbf1b7b18ae2ce1a4c88;hpb=c20bd4216f06f8fee9640e86f0f1c1a845d9d2fe diff --git a/reactos/dll/directx/dsound_new/precomp.h b/reactos/dll/directx/dsound_new/precomp.h index 760c46e6a3f..36139b745c1 100644 --- a/reactos/dll/directx/dsound_new/precomp.h +++ b/reactos/dll/directx/dsound_new/precomp.h @@ -252,4 +252,19 @@ NewDirectSoundCaptureBuffer( LPFILTERINFO Filter, LPCDSCBUFFERDESC lpcDSBufferDesc); +/* notify.c */ +VOID +DoNotifyPositionEvents( + LPDIRECTSOUNDNOTIFY iface, + DWORD OldPosition, + DWORD NewPosition); + +HRESULT +NewDirectSoundNotify( + LPDIRECTSOUNDNOTIFY * Notify, + BOOL bLoop, + BOOL bMix, + HANDLE hPin, + DWORD BufferSize); + #endif