#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) } |
| |
| #define SIP |
( |
|
String, |
|
|
|
Integer |
|
) |
| { (String), (PVOID)(Integer) } |
| BOOLEAN EspChangeServiceConfig2 |
( |
_In_ PWSTR |
ServiceName, |
|
|
_In_opt_ SC_HANDLE |
ServiceHandle, |
|
|
_In_ ULONG |
InfoLevel, |
|
|
_In_ PVOID |
Info |
|
) |
| |
| ULONG EspGetServiceLaunchProtectedInteger |
( |
_In_ PWSTR |
LaunchProtected | ) |
|
| PWSTR EspGetServiceLaunchProtectedString |
( |
_In_ ULONG |
LaunchProtected | ) |
|
| ULONG EspGetServiceSidTypeInteger |
( |
_In_ PWSTR |
SidType | ) |
|
| PWSTR EspGetServiceSidTypeString |
( |
_In_ ULONG |
SidType | ) |
|
| INT_PTR CALLBACK EspServiceOtherDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
| WCHAR* EspServiceLaunchProtectedStrings[4] = { L"None", L"Full (Windows)", L"Light (Windows)", L"Light (Antimalware)" } |
| WCHAR* EspServiceSidTypeStrings[3] = { L"None", L"Restricted", L"Unrestricted" } |