Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenkbswitch.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
1.7.6.1
|