ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

focus.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.