Home
last modified time | relevance | path

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

/reactos/dll/directx/dsound_new/
H A Dnotify.c25 LPNOTIFYEVENT EventListHead; member
167 if (This->EventListHead) in IDirectSoundNotify_fnSetNotificationPositions()
169 Notify->lpNext = This->EventListHead; in IDirectSoundNotify_fnSetNotificationPositions()
173 (void)InterlockedExchangePointer((LPVOID*)&This->EventListHead, Notify); in IDirectSoundNotify_fnSetNotificationPositions()
200 CurEventList = This->EventListHead; in DoNotifyPositionEvents()
249 This->EventListHead = NULL; in NewDirectSoundNotify()