Home
last modified time | relevance | path

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

/reactos/base/shell/explorer/
H A Dtaskswnd.cpp1399 static BOOL CALLBACK s_EnumWindowsProc(IN HWND hWnd, IN LPARAM lParam) in s_EnumWindowsProc() function in CTaskSwitchWnd
1410 return EnumWindows(s_EnumWindowsProc, (LPARAM)this); in RefreshWindowList()