Searched refs:AllowSetForegroundWindow (Results 1 – 6 of 6) sorted by relevance
481 …static DynamicFct<BOOL(WINAPI*)(DWORD)> AllowSetForegroundWindow(TEXT("USER32"), "AllowSetForegrou… in WndProc() local483 if (AllowSetForegroundWindow) in WndProc()484 (*AllowSetForegroundWindow)(pid); in WndProc()
671 AllowSetForegroundWindow(dwProcessId); in SHCreateFromDesktop()
7 @ stdcall AllowSetForegroundWindow(long)
49 AllowSetForegroundWindow(DWORD dwProcessId) in AllowSetForegroundWindow() function
1177 return AllowSetForegroundWindow(dwProcessID); in Activate_RunDLL()
5512 BOOL WINAPI AllowSetForegroundWindow(_In_ DWORD);