Home
last modified time | relevance | path

Searched refs:pcPositionNotifies (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/dsound_new/
H A Dnotify.c92 LPCDSBPOSITIONNOTIFY pcPositionNotifies) in IDirectSoundNotify_fnSetNotificationPositions() argument
110 ASSERT(pcPositionNotifies[Index].hEventNotify); in IDirectSoundNotify_fnSetNotificationPositions()
111 …ASSERT(pcPositionNotifies[Index].dwOffset < This->BufferSize || pcPositionNotifies[Index].dwOffset… in IDirectSoundNotify_fnSetNotificationPositions()
113 if (pcPositionNotifies[Index].hEventNotify == NULL) in IDirectSoundNotify_fnSetNotificationPositions()
116 …if (pcPositionNotifies[Index].dwOffset > This->BufferSize && pcPositionNotifies[Index].dwOffset !=… in IDirectSoundNotify_fnSetNotificationPositions()
148 Notify->Notify[Index].Position = pcPositionNotifies[Index].dwOffset; in IDirectSoundNotify_fnSetNotificationPositions()
149 … Notify->Notify[Index].KsEventData.EventHandle.Event = pcPositionNotifies[Index].hEventNotify; in IDirectSoundNotify_fnSetNotificationPositions()
159 …NT1("Failed to enable event %p Position %u\n", pcPositionNotifies[Index].hEventNotify, pcPositionN… in IDirectSoundNotify_fnSetNotificationPositions()
/reactos/sdk/include/dxsdk/
H A Ddsdriver.h281 …otificationPositions)(THIS_ DWORD dwPositionNotifies,LPCDSBPOSITIONNOTIFY pcPositionNotifies) PURE; in DECLARE_INTERFACE_()