ReactOS 0.4.16-dev-21-g2af6fd4
|
#include "precomp.h"
#include "fileutils.h"
#include "utils.h"
#include "comctl32supp.h"
#include "fileextractdialog.h"
Go to the source code of this file.
Functions | |
static VOID | EnableSelectiveStartupControls (BOOL bEnable) |
static VOID | CheckSelectiveStartupControls (BOOL bCheck) |
INT_PTR CALLBACK | GeneralPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
static LPCWSTR | lpszRestoreProgPath1 = L"%SystemRoot%\\System32\\rstrui.exe" |
static LPCWSTR | lpszRestoreProgPath2 = L"%SystemRoot%\\System32\\restore\\rstrui.exe" |
static HWND | hGeneralPage = NULL |
static BOOL | bIsOriginalBootIni = TRUE |
Definition at line 41 of file generalpage.c.
Referenced by GeneralPageWndProc().
Definition at line 23 of file generalpage.c.
Referenced by GeneralPageWndProc().
Definition at line 55 of file generalpage.c.
Definition at line 20 of file generalpage.c.
Referenced by GeneralPageWndProc().
Definition at line 19 of file generalpage.c.
|
static |
Definition at line 16 of file generalpage.c.
Referenced by GeneralPageWndProc().
|
static |
Definition at line 17 of file generalpage.c.
Referenced by GeneralPageWndProc().