Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenfocus.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 extern PUSER_MESSAGE_QUEUE gpqForeground; 00004 extern PUSER_MESSAGE_QUEUE gpqForegroundPrev; 00005 00006 /* 00007 * These functions take the window handles from current message queue. 00008 */ 00009 HWND FASTCALL IntGetCaptureWindow(VOID); 00010 HWND FASTCALL co_UserSetCapture(HWND hWnd); 00011 BOOL FASTCALL IntReleaseCapture(VOID); 00012 00013 /* 00014 * These functions take the window handles from current thread queue. 00015 */ 00016 HWND FASTCALL IntGetThreadFocusWindow(VOID); 00017 HWND APIENTRY IntGetCapture(VOID); 00018 HWND FASTCALL UserGetActiveWindow(VOID); 00019 BOOL FASTCALL co_IntMouseActivateWindow(PWND Window); 00020 BOOL FASTCALL co_IntSetForegroundWindow(PWND Window); 00021 BOOL FASTCALL co_IntSetActiveWindow(PWND Window,HWND * Prev,BOOL bMouse,BOOL bFocus); 00022 BOOL FASTCALL IntLockSetForegroundWindow(UINT uLockCode); 00023 BOOL FASTCALL IntAllowSetForegroundWindow(DWORD dwProcessId); Generated on Fri May 25 2012 04:36:48 for ReactOS by
1.7.6.1
|