2010-02-26 11:43:19 +00:00
|
|
|
#pragma once
|
2003-11-30 20:29:09 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* These functions take the window handles from current message queue.
|
|
|
|
*/
|
|
|
|
HWND FASTCALL
|
2009-08-24 20:09:58 +00:00
|
|
|
IntGetCaptureWindow(VOID);
|
2003-11-30 20:29:09 +00:00
|
|
|
HWND FASTCALL
|
2009-08-24 20:09:58 +00:00
|
|
|
IntGetFocusWindow(VOID);
|
2003-11-30 20:29:09 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* These functions take the window handles from current thread queue.
|
|
|
|
*/
|
|
|
|
HWND FASTCALL
|
2009-08-24 20:09:58 +00:00
|
|
|
IntGetThreadFocusWindow(VOID);
|
|
|
|
HWND APIENTRY IntGetCapture(VOID);
|
|
|
|
HWND FASTCALL UserGetActiveWindow(VOID);
|
2003-11-30 20:29:09 +00:00
|
|
|
|
2004-01-27 08:49:58 +00:00
|
|
|
BOOL FASTCALL
|
2005-09-05 21:19:23 +00:00
|
|
|
co_IntMouseActivateWindow(PWINDOW_OBJECT Window);
|
2003-11-30 20:29:09 +00:00
|
|
|
BOOL FASTCALL
|
2005-09-05 21:19:23 +00:00
|
|
|
co_IntSetForegroundWindow(PWINDOW_OBJECT Window);
|
2003-11-30 22:48:11 +00:00
|
|
|
HWND FASTCALL
|
2005-09-05 21:19:23 +00:00
|
|
|
co_IntSetActiveWindow(PWINDOW_OBJECT Window);
|