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

mmsys.h
Go to the documentation of this file.
00001 #include <windows.h>
00002 #include <commctrl.h>
00003 #include <cpl.h>
00004 #include <tchar.h>
00005 #include <stdio.h>
00006 #include <initguid.h>
00007 #include <cfgmgr32.h>
00008 #include <setupapi.h>
00009 #include <devguid.h>
00010 #include <debug.h>
00011 #include <shlwapi.h>
00012 
00013 #include "resource.h"
00014 
00015 //typedef LONG (CALLBACK *APPLET_PROC)(VOID);
00016 
00017 typedef struct _APPLET
00018 {
00019   UINT idIcon;
00020   UINT idName;
00021   UINT idDescription;
00022   APPLET_PROC AppletProc;
00023 } APPLET, *PAPPLET;
00024 
00025 extern HINSTANCE hApplet;
00026 
00027 
00028 #define DRVM_MAPPER 0x2000
00029 #define DRVM_MAPPER_PREFERRED_GET (DRVM_MAPPER+21)
00030 #define DRVM_MAPPER_PREFERRED_SET (DRVM_MAPPER+22)
00031 
00032 /* main.c */
00033 
00034 VOID
00035 InitPropSheetPage(PROPSHEETPAGE *psp,
00036           WORD idDlg,
00037           DLGPROC DlgProc);
00038 
00039 LONG APIENTRY
00040 MmSysApplet(HWND hwnd,
00041             UINT uMsg,
00042             LPARAM wParam,
00043             LPARAM lParam);
00044 
00045 /* sounds.c */
00046 
00047 INT_PTR
00048 CALLBACK
00049 SoundsDlgProc(HWND hwndDlg,
00050             UINT uMsg,
00051             WPARAM wParam,
00052             LPARAM lParam);
00053 
00054 /* volume.c */
00055 
00056 INT_PTR CALLBACK
00057 VolumeDlgProc(HWND hwndDlg,
00058             UINT uMsg,
00059             WPARAM wParam,
00060             LPARAM lParam);
00061 
00062 /* voice.c */
00063 
00064 INT_PTR CALLBACK
00065 VoiceDlgProc(HWND hwndDlg,
00066              UINT uMsg,
00067              WPARAM wParam,
00068              LPARAM lParam);
00069 
00070 /* audio.c */
00071 
00072 INT_PTR CALLBACK
00073 AudioDlgProc(HWND hwndDlg,
00074              UINT uMsg,
00075              WPARAM wParam,
00076              LPARAM lParam);
00077 
00078 /* EOF */

Generated on Sun May 27 2012 04:21:00 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.