/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Local Security Authority (LSA) Server * FILE: reactos/dll/win32/lsasrv/lsasrv.h * PURPOSE: Common header file * * PROGRAMMERS: Eric Kohl */ #define WIN32_NO_STATUS #include #include #define NTOS_MODE_USER #include #include #include "lsass.h" #include "lsa_s.h" #include /* authport.c */ NTSTATUS StartAuthenticationPort(VOID); /* lsarpc.c */ VOID LsarStartRpcServer(VOID); /* privileges.c */ NTSTATUS LsarpLookupPrivilegeName(PLUID Value, PUNICODE_STRING *Name); NTSTATUS LsarpLookupPrivilegeValue(PUNICODE_STRING Name, PLUID Value); /* sids.h */ NTSTATUS LsapInitSids(VOID); NTSTATUS LsapLookupSids(PLSAPR_SID_ENUM_BUFFER SidEnumBuffer, PLSAPR_TRANSLATED_NAME OutputNames);