Searched refs:EnumWindowsProc (Results 1 – 2 of 2) sorted by relevance
123 static BOOL CALLBACK EnumWindowsProc(HWND hWnd, LPARAM lParam);
612 EnumWindows(EnumWindowsProc, (LPARAM)this); in QueryContextMenu()824 BOOL CALLBACK CShellExt::EnumWindowsProc(HWND hWnd, LPARAM lParam) in EnumWindowsProc() function in CShellExt