Go to the source code of this file.
◆ LsapInitLsa()
Definition at line 275 of file lsasrv.c.
280 TRACE(
"LsapInitLsa()\n");
292 ERR(
"LsapRmInitializeServer() failed (Status 0x%08lx)\n",
Status);
309 ERR(
"LsapInitAuthPackages() failed (Status 0x%08lx)\n",
Status);
317 ERR(
"RtlAdjustPrivilege(SE_CREATE_TOKEN_PRIVILEGE) failed, ignoring (Status 0x%08lx)\n",
Status);
324 ERR(
"StartAuthenticationPort() failed (Status 0x%08lx)\n",
Status);
332 ERR(
"LsarStartRpcServer() failed (Status 0x%08lx)\n",
Status);
NTSTATUS LsapRmInitializeServer(VOID)
#define SE_CREATE_TOKEN_PRIVILEGE
NTSTATUS StartAuthenticationPort(VOID)
VOID LsapInitNotificationList(VOID)
NTSYSAPI NTSTATUS NTAPI RtlAdjustPrivilege(_In_ ULONG Privilege, _In_ BOOLEAN NewValue, _In_ BOOLEAN ForThread, _Out_ PBOOLEAN OldValue)
NTSTATUS LsapInitDatabase(VOID)
NT_PRODUCT_TYPE LsapProductType
NTSTATUS LsarStartRpcServer(VOID)
BOOLEAN NTAPI RtlGetNtProductType(_Out_ PNT_PRODUCT_TYPE ProductType)
NTSTATUS LsapInitAuthPackages(VOID)
#define NT_SUCCESS(StatCode)
VOID LsapInitLogonSessions(VOID)
NTSTATUS LsapInitSids(VOID)
Referenced by wWinMain().
◆ ServiceInit()
Definition at line 169 of file service.c.
174 TRACE(
"ServiceInit()\n");
DWORD WINAPI GetLastError(VOID)
HANDLE WINAPI DECLSPEC_HOTPATCH CreateThread(IN LPSECURITY_ATTRIBUTES lpThreadAttributes, IN DWORD dwStackSize, IN LPTHREAD_START_ROUTINE lpStartAddress, IN LPVOID lpParameter, IN DWORD dwCreationFlags, OUT LPDWORD lpThreadId)
static DWORD WINAPI DispatcherThread(_In_ PVOID pParameter)