Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp481 …static DynamicFct<BOOL(WINAPI*)(DWORD)> AllowSetForegroundWindow(TEXT("USER32"), "AllowSetForegrou… in WndProc() local
483 if (AllowSetForegroundWindow) in WndProc()
484 (*AllowSetForegroundWindow)(pid); in WndProc()
/reactos/dll/win32/browseui/
H A Ddesktopipc.cpp671 AllowSetForegroundWindow(dwProcessId); in SHCreateFromDesktop()
/reactos/win32ss/user/user32/
H A Duser32.spec7 @ stdcall AllowSetForegroundWindow(long)
/reactos/win32ss/user/user32/windows/
H A Dwindow.c49 AllowSetForegroundWindow(DWORD dwProcessId) in AllowSetForegroundWindow() function
/reactos/dll/win32/shell32/
H A Dutils.cpp1177 return AllowSetForegroundWindow(dwProcessID); in Activate_RunDLL()
/reactos/sdk/include/psdk/
H A Dwinuser.h5512 BOOL WINAPI AllowSetForegroundWindow(_In_ DWORD);