Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmain.h
Go to the documentation of this file.
00001 #include <windows.h> 00002 #include <initguid.h> 00003 #include <cplext.h> 00004 #include <winuser.h> 00005 #include <tchar.h> 00006 #include <math.h> 00007 #include <limits.h> 00008 #include <stdio.h> 00009 #include <devguid.h> 00010 #include <commctrl.h> 00011 #include <prsht.h> 00012 #include <shlobj.h> 00013 #include <cpl.h> 00014 #include <regstr.h> 00015 00016 #include "resource.h" 00017 00018 typedef enum 00019 { 00020 HWPD_STANDARDLIST = 0, 00021 HWPD_LARGELIST, 00022 HWPD_MAX = HWPD_LARGELIST 00023 } HWPAGE_DISPLAYMODE, *PHWPAGE_DISPLAYMODE; 00024 00025 HWND WINAPI 00026 DeviceCreateHardwarePageEx(HWND hWndParent, 00027 LPGUID lpGuids, 00028 UINT uNumberOfGuids, 00029 HWPAGE_DISPLAYMODE DisplayMode); 00030 00031 //typedef LONG (CALLBACK *APPLET_PROC)(VOID); 00032 00033 typedef struct _APPLET 00034 { 00035 UINT idIcon; 00036 UINT idName; 00037 UINT idDescription; 00038 APPLET_PROC AppletProc; 00039 } APPLET, *PAPPLET; 00040 00041 extern HINSTANCE hApplet; 00042 00043 #define MAX_CPL_PAGES 32 00044 00045 /* keyboard.c */ 00046 00047 LONG APIENTRY 00048 KeyboardApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam); 00049 00050 /* main.c */ 00051 00052 BOOL 00053 InitPropSheetPage(PROPSHEETHEADER *ppsh, WORD idDlg, DLGPROC DlgProc); 00054 00055 BOOL CALLBACK 00056 PropSheetAddPage(HPROPSHEETPAGE hpage, LPARAM lParam); 00057 00058 /* mouse.c */ 00059 00060 LONG APIENTRY 00061 MouseApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam); 00062 00063 /* EOF */ Generated on Fri May 25 2012 04:15:07 for ReactOS by
1.7.6.1
|