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

kbswitch.h
Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <stdlib.h>
00003 #include <windows.h>
00004 #include <winuser.h>
00005 #include <tchar.h>
00006 
00007 #include "resource.h"
00008 
00009 // Character Count of a layout ID like "00000409"
00010 #define CCH_LAYOUT_ID    8
00011 
00012 // Maximum Character Count of a ULONG in decimal
00013 #define CCH_ULONG_DEC    10
00014 
00015 #define WM_KEY_PRESSED     (WM_USER + 10100)
00016 #define WM_LANG_CHANGED    (WM_USER + 10200)
00017 #define WM_WINDOW_ACTIVATE (WM_USER + 10300)
00018 #define WM_LOAD_LAYOUT     (WM_USER + 10400)
00019 
00020 TCHAR szKbSwitcherName[] = _T("kbswitcher");

Generated on Fri May 25 2012 04:15:07 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.