#include <windows.h>
#include <initguid.h>
#include <cplext.h>
#include <winuser.h>
#include <tchar.h>
#include <math.h>
#include <limits.h>
#include <stdio.h>
#include <devguid.h>
#include <commctrl.h>
#include <prsht.h>
#include <shlobj.h>
#include <cpl.h>
#include <regstr.h>
#include "resource.h"
Go to the source code of this file.
Data Structures |
| struct | PAPPLET |
Defines |
| #define | MAX_CPL_PAGES 32 |
Typedefs |
| typedef enum HWPAGE_DISPLAYMODE * | PHWPAGE_DISPLAYMODE |
Enumerations |
| enum | HWPAGE_DISPLAYMODE {
HWPD_STANDARDLIST = 0,
HWPD_LARGELIST,
HWPD_MAX = HWPD_LARGELIST,
HWPD_STANDARDLIST = 0,
HWPD_LARGELIST,
HWPD_MAX = HWPD_LARGELIST,
HWPD_STANDARDLIST = 0,
HWPD_LARGELIST,
HWPD_MAX = HWPD_LARGELIST,
HWPD_STANDARDLIST = 0,
HWPD_LARGELIST,
HWPD_MAX = HWPD_LARGELIST
} |
Functions |
| HWND WINAPI | DeviceCreateHardwarePageEx (HWND hWndParent, LPGUID lpGuids, UINT uNumberOfGuids, HWPAGE_DISPLAYMODE DisplayMode) |
| LONG APIENTRY | KeyboardApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
| BOOL | InitPropSheetPage (PROPSHEETHEADER *ppsh, WORD idDlg, DLGPROC DlgProc) |
| BOOL CALLBACK | PropSheetAddPage (HPROPSHEETPAGE hpage, LPARAM lParam) |
| LONG APIENTRY | MouseApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
Variables |
| HINSTANCE | hApplet |