ReactOS 0.4.17-dev-117-g313be0c
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:1567
BOOL FASTCALL co_IntMouseActivateWindow(PWND Window)
Definition: focus.c:1249
BOOL FASTCALL IntAllowSetForegroundWindow(DWORD dwProcessId)
Definition: focus.c:1598
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:357
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:1453
HWND APIENTRY IntGetCapture(VOID)
Definition: focus.c:1436
BOOL FASTCALL IntUserSetActiveWindow(PWND, BOOL, BOOL, BOOL)
BOOL FASTCALL co_IntSetForegroundWindow(PWND Window)
Definition: focus.c:1545
BOOL FASTCALL IntReleaseCapture(VOID)
Definition: focus.c:1525
BOOL FASTCALL co_IntSetForegroundWindowMouse(PWND Window)
Definition: focus.c:1556
PTHREADINFO ptiLastInput
Definition: focus.c:18
HWND FASTCALL UserGetActiveWindow(VOID)
Definition: focus.c:1426
BOOL FASTCALL IntDeactivateWindow(PTHREADINFO, HANDLE)
Definition: focus.c:188
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