Searched refs:pcPositionNotifies (Results 1 – 2 of 2) sorted by relevance
92 LPCDSBPOSITIONNOTIFY pcPositionNotifies) in IDirectSoundNotify_fnSetNotificationPositions() argument110 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()
281 …otificationPositions)(THIS_ DWORD dwPositionNotifies,LPCDSBPOSITIONNOTIFY pcPositionNotifies) PURE; in DECLARE_INTERFACE_()