Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dshutdown.c60 DestroyTimersForWindow(WndChild->head.pti, WndChild); in IntClientShutdown()
83 DestroyTimersForWindow(pWindow->head.pti, pWindow); in IntClientShutdown()
H A Dtimer.h37 BOOL FASTCALL DestroyTimersForWindow(PTHREADINFO pti, PWND Window);
H A Dtimer.c528 DestroyTimersForWindow(PTHREADINFO pti, PWND Window) in DestroyTimersForWindow() function
H A Dwindow.c646 DestroyTimersForWindow(ThreadData, Window); in co_UserFreeWindow()