|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| ENUM_SERVICE_STATUS_PROCESS * | GetSelectedService (PMAIN_WND_INFO Info) |
| LPQUERY_SERVICE_CONFIG | GetServiceConfig (LPWSTR lpServiceName) |
| BOOL | SetServiceConfig (LPQUERY_SERVICE_CONFIG pServiceConfig, LPWSTR lpServiceName, LPWSTR lpPassword) |
| LPWSTR | GetServiceDescription (LPWSTR lpServiceName) |
| BOOL | SetServiceDescription (LPWSTR lpServiceName, LPWSTR lpDescription) |
| VOID | FreeServiceList (PMAIN_WND_INFO Info) |
| BOOL | GetServiceList (PMAIN_WND_INFO Info) |
| BOOL | UpdateServiceStatus (ENUM_SERVICE_STATUS_PROCESS *pService) |
| VOID FreeServiceList | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 257 of file query.c.
Referenced by GetServiceList(), and MainWndProc().
| ENUM_SERVICE_STATUS_PROCESS * GetSelectedService | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 13 of file query.c.
Referenced by ListViewSelectionChanged().
| LPQUERY_SERVICE_CONFIG GetServiceConfig | ( | LPWSTR | lpServiceName | ) |
Definition at line 29 of file query.c.
Referenced by AddServiceNamesToStop(), ChangeListViewText(), InitGeneralPage(), LogonPageProc(), SetButtonStates(), SetMenuAndButtonStates(), SetStartupType(), and TV1_AddDependantsToTree().
Definition at line 135 of file query.c.
Referenced by ChangeListViewText(), DeleteDialogProc(), and InitGeneralPage().
| BOOL GetServiceList | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 279 of file query.c.
Referenced by RefreshServiceList().
| BOOL SetServiceConfig | ( | LPQUERY_SERVICE_CONFIG | pServiceConfig, |
| LPWSTR | lpServiceName, | ||
| LPWSTR | lpPassword | ||
| ) |
Definition at line 82 of file query.c.
Referenced by SaveDlgInfo().
Definition at line 210 of file query.c.
Referenced by DoCreate(), and SaveDlgInfo().
| BOOL UpdateServiceStatus | ( | ENUM_SERVICE_STATUS_PROCESS * | pService | ) |
Definition at line 373 of file query.c.
Referenced by GeneralPageProc(), and MainWndCommand().