#include <phdk.h>
#include <windowsx.h>
#include "extsrv.h"
#include "resource.h"
Go to the source code of this file.
|
#define | SIP(String, Integer) { (String), (PVOID)(Integer) } |
|
|
INT_PTR CALLBACK | RestartComputerDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
VOID | EspAddServiceActionStrings (_In_ HWND ComboBoxHandle) |
|
SC_ACTION_TYPE | EspStringToServiceAction (_In_ PWSTR String) |
|
PWSTR | EspServiceActionToString (_In_ SC_ACTION_TYPE ActionType) |
|
NTSTATUS | EspLoadRecoveryInfo (_In_ HWND hwndDlg, _In_ PSERVICE_RECOVERY_CONTEXT Context) |
|
INT_PTR CALLBACK | EspServiceRecoveryDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
INT_PTR CALLBACK | EspServiceRecovery2DlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
#define SIP |
( |
|
String, |
|
|
|
Integer |
|
) |
| { (String), (PVOID)(Integer) } |
VOID EspAddServiceActionStrings |
( |
_In_ HWND |
ComboBoxHandle | ) |
|
PWSTR EspServiceActionToString |
( |
_In_ SC_ACTION_TYPE |
ActionType | ) |
|
INT_PTR CALLBACK EspServiceRecovery2DlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
INT_PTR CALLBACK EspServiceRecoveryDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
SC_ACTION_TYPE EspStringToServiceAction |
( |
_In_ PWSTR |
String | ) |
|
static INT_PTR CALLBACK RestartComputerDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |