ReactOS 0.4.16-dev-833-g4bc97ad
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | _PAGEDATA |
Typedefs | |
typedef struct _PAGEDATA | PAGEDATA |
typedef struct _PAGEDATA * | PPAGEDATA |
Functions | |
static VOID | SetButtonStates (PSERVICEPROPSHEET dlgInfo, HWND hwndDlg) |
static VOID | SetServiceStatusText (PSERVICEPROPSHEET dlgInfo, HWND hwndDlg) |
static VOID | SetStartupType (LPWSTR lpServiceName, HWND hwndDlg) |
static VOID | InitGeneralPage (PSERVICEPROPSHEET dlgInfo, HWND hwndDlg) |
VOID | SaveDlgInfo (PPAGEDATA pPageData, HWND hwndDlg) |
INT_PTR CALLBACK | GeneralPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Definition at line 327 of file propsheet_general.c.
|
static |
Definition at line 155 of file propsheet_general.c.
Referenced by GeneralPageProc().
Definition at line 216 of file propsheet_general.c.
Referenced by GeneralPageProc().
|
static |
Definition at line 24 of file propsheet_general.c.
Referenced by GeneralPageProc().
|
static |
Definition at line 70 of file propsheet_general.c.
Referenced by GeneralPageProc(), and InitGeneralPage().
Definition at line 103 of file propsheet_general.c.
Referenced by InitGeneralPage().