#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include <stdio.h>
#include <initguid.h>
#include <cfgmgr32.h>
#include <setupapi.h>
#include <devguid.h>
#include <debug.h>
#include <shlwapi.h>
#include "resource.h"
Go to the source code of this file.
Data Structures |
| struct | PAPPLET |
Defines |
| #define | DRVM_MAPPER 0x2000 |
| #define | DRVM_MAPPER_PREFERRED_GET (DRVM_MAPPER+21) |
| #define | DRVM_MAPPER_PREFERRED_SET (DRVM_MAPPER+22) |
Functions |
| VOID | InitPropSheetPage (PROPSHEETPAGE *psp, WORD idDlg, DLGPROC DlgProc) |
| LONG APIENTRY | MmSysApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | SoundsDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | VolumeDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | VoiceDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | AudioDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables |
| HINSTANCE | hApplet |