ReactOS 0.4.16-dev-1946-g52006dd
focus.h
Go to the documentation of this file.
1#pragma once
2
6
7/*
8 * These functions take the window handles from current message queue.
9 */
13
14/*
15 * These functions take the window handles from current thread queue.
16 */
HWND hWnd
Definition: settings.c:17
#define APIENTRY
Definition: api.h:79
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
BOOL FASTCALL IntLockSetForegroundWindow(UINT uLockCode)
Definition: focus.c:1572
BOOL FASTCALL co_IntMouseActivateWindow(PWND Window)
Definition: focus.c:1252
BOOL FASTCALL IntAllowSetForegroundWindow(DWORD dwProcessId)
Definition: focus.c:1603
HWND FASTCALL IntGetThreadFocusWindow(VOID)
Definition: focus.c:43
BOOL FASTCALL IntCheckFullscreen(PWND Window)
Definition: focus.c:78
HWND FASTCALL IntGetCaptureWindow(VOID)
Definition: focus.c:34
VOID FASTCALL IntActivateWindow(PWND, PTHREADINFO, HANDLE, DWORD)
Definition: focus.c:359
BOOL FASTCALL co_IntSetActiveWindow(PWND, BOOL, BOOL, BOOL)
PUSER_MESSAGE_QUEUE gpqForeground
Definition: focus.c:13
BOOL FASTCALL co_IntSetForegroundMessageQueue(PWND, PTHREADINFO, BOOL, DWORD)
VOID FASTCALL UpdateShellHook(PWND)
Definition: focus.c:98
HWND FASTCALL co_UserSetCapture(HWND hWnd)
Definition: focus.c:1458
HWND APIENTRY IntGetCapture(VOID)
Definition: focus.c:1441
BOOL FASTCALL IntUserSetActiveWindow(PWND, BOOL, BOOL, BOOL)
BOOL FASTCALL co_IntSetForegroundWindow(PWND Window)
Definition: focus.c:1550
BOOL FASTCALL IntReleaseCapture(VOID)
Definition: focus.c:1530
BOOL FASTCALL co_IntSetForegroundWindowMouse(PWND Window)
Definition: focus.c:1561
PTHREADINFO ptiLastInput
Definition: focus.c:18
HWND FASTCALL UserGetActiveWindow(VOID)
Definition: focus.c:1431
BOOL FASTCALL IntDeactivateWindow(PTHREADINFO, HANDLE)
Definition: focus.c:190
PUSER_MESSAGE_QUEUE gpqForegroundPrev
Definition: focus.c:14
BOOL FASTCALL UserSetActiveWindow(PWND Wnd)
unsigned int UINT
Definition: ndis.h:50
#define FASTCALL
Definition: nt_native.h:50
_In_ DWORD dwProcessId
Definition: shlwapi.h:193
Definition: window.c:28
Definition: ntuser.h:694