#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <lsass/lsasrv.h>
#include <samsrv/samsrv.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ NTOS_MODE_USER
◆ WIN32_NO_STATUS
◆ wWinMain()
Definition at line 40 of file lsass.c.
44{
46
47 DPRINT(
"Local Security Authority Subsystem\n");
48 DPRINT(
" Initializing...\n");
49
50
52
53
56 {
58 goto ByeBye;
59 }
60
61
64 {
65 DPRINT1(
"SamIInitialize() failed (Status 0x%08lX)\n",
Status);
66 goto ByeBye;
67 }
68
69
72 {
74 goto ByeBye;
75 }
76
77
78
80
81ByeBye:
83
84 return 0;
85}
static DWORD ServiceInit(VOID)
#define NT_SUCCESS(StatCode)
NTSTATUS WINAPI LsapInitLsa(VOID)
NTSYSAPI NTSTATUS __cdecl RtlSetProcessIsCritical(_In_ BOOLEAN NewValue, _Out_opt_ PBOOLEAN OldValue, _In_ BOOLEAN NeedBreaks)
NTSTATUS NtTerminateThread(IN HANDLE ThreadHandle OPTIONAL, IN NTSTATUS ExitStatus)
NTSTATUS NTAPI SamIInitialize(VOID)
#define NtCurrentThread()