ReactOS 0.4.16-dev-197-g92996da
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
void | GetAutostartEntriesFromRegistry (HKEY hRootKey, TCHAR *KeyName) |
void | GetDisabledAutostartEntriesFromRegistry (TCHAR *szBasePath) |
INT_PTR CALLBACK | StartupPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
HWND | hStartupPage |
HWND | hStartupListCtrl |
HWND | hStartupDialog |
Definition at line 149 of file startuppage.c.
Referenced by StartupPageWndProc().
Definition at line 77 of file startuppage.c.
Referenced by StartupPageWndProc().
Definition at line 20 of file startuppage.c.
Referenced by CreatePropSheet(), and OnCreate().
HWND hStartupDialog |
Definition at line 14 of file startuppage.c.
Referenced by StartupPageWndProc().
HWND hStartupListCtrl |
Definition at line 13 of file startuppage.c.
Referenced by GetAutostartEntriesFromRegistry(), GetDisabledAutostartEntriesFromRegistry(), MsConfigWndProc(), and StartupPageWndProc().
HWND hStartupPage |
Definition at line 12 of file startuppage.c.
Referenced by MsConfig_OnTabWndSelChange(), MsConfigWndProc(), and OnCreate().