|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Defines |
| #define | NUM_APPLETS (1) |
| #define | WM_SETCONSOLE (WM_USER+10) |
Functions |
| LONG APIENTRY | InitApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | OptionsProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | FontProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | LayoutProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | ColorsProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static void | InitPropSheetPage (PROPSHEETPAGE *psp, WORD idDlg, DLGPROC DlgProc, LPARAM lParam) |
| PConsoleInfo | AllocConsoleInfo () |
| void | InitConsoleDefaults (PConsoleInfo pConInfo) |
| INT_PTR CALLBACK | ApplyProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | ApplyConsoleInfo (HWND hwndDlg, PConsoleInfo pConInfo) |
| LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| INT WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) |
Variables |
| HINSTANCE | hApplet = 0 |
| APPLET | Applets [NUM_APPLETS] |
| static COLORREF | s_Colors [] |
Generated on Sun May 27 2012 04:41:09 for ReactOS by
1.7.6.1
|