#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <prsht.h>
#include <stdlib.h>
#include <stdio.h>
#include <tchar.h>
#include "resource.h"
Go to the source code of this file.
Data Structures |
| struct | PAPPLET |
| struct | PGLOBAL_DATA |
Typedefs |
| typedef LONG(CALLBACK * | APPLET_INITPROC )(VOID) |
Functions |
| void | ShowLastWin32Error (HWND hWndOwner) |
| INT_PTR CALLBACK | DisplayPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | GeneralPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | KeyboardPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | MousePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | SoundPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables |
| HINSTANCE | hApplet |