ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
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 (PROPSHEETPAGEW *psp, WORD idDlg, DLGPROC DlgProc) |
static VOID | InitDefaultConsoleInfo (PCONSOLE_STATE_INFO pConInfo) |
static INT_PTR CALLBACK | ApplyProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
VOID | ApplyConsoleInfo (HWND hwndDlg) |
static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
static LONG APIENTRY | InitApplet (HANDLE hSectionOrWnd) |
LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
INT WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) |
Variables | |
HINSTANCE | hApplet = NULL |
PCONSOLE_STATE_INFO | ConInfo = NULL |
static BOOL | SetConsoleInfo = FALSE |
static BOOL | SaveConsoleInfo = FALSE |
Definition at line 88 of file console.c.
Referenced by ColorsProc(), FontProc(), and OptionsProc().
Definition at line 51 of file console.c.
Referenced by ApplyConsoleInfo().
Definition at line 37 of file colors.c.
Referenced by InitApplet().
Definition at line 346 of file console.c.
Definition at line 382 of file console.c.
Definition at line 725 of file font.c.
Referenced by InitApplet().
Definition at line 156 of file console.c.
Referenced by CPlApplet().
|
static |
Definition at line 43 of file console.c.
Referenced by InitApplet().
|
static |
Definition at line 525 of file layout.c.
Referenced by InitApplet().
Definition at line 860 of file magnifier.c.
Referenced by InitApplet(), and InitInstance().
Definition at line 137 of file console.c.
Referenced by InitApplet().
PCONSOLE_STATE_INFO ConInfo = NULL |
Definition at line 23 of file console.c.
Referenced by ApplyConsoleInfo(), ColorsProc(), FontProc(), InitApplet(), LayoutProc(), OptionsProc(), and WinPrevProc().
Definition at line 20 of file console.c.
Referenced by ApplyConsoleInfo(), DllMain(), InitApplet(), InitPropSheetPage(), and PropSheetProc().
Definition at line 26 of file console.c.
Referenced by ApplyConsoleInfo(), and InitApplet().
Definition at line 25 of file console.c.
Referenced by ApplyConsoleInfo(), and InitApplet().