|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include "precomp.h"#include <ndk/lpctypes.h>#include <ndk/lpcfuncs.h>#include <ndk/mmfuncs.h>#include <ndk/rtlfuncs.h>#include <ndk/obfuncs.h>#include <psdk/ntsecapi.h>#include <lsass/lsass.h>#include <wine/debug.h>
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (secur32) | |
| VOID | LsapInitLsaPort (VOID) |
| VOID | LsapCloseLsaPort (VOID) |
| NTSTATUS | LsapOpenLsaPort (VOID) |
| NTSTATUS NTAPI | LsaConnectUntrusted (OUT PHANDLE LsaHandle) |
| NTSTATUS NTAPI | LsaEnumerateLogonSessions (PULONG LogonSessionCount, PLUID *LogonSessionList) |
| NTSTATUS NTAPI | LsaGetLogonSessionData (PLUID LogonId, PSECURITY_LOGON_SESSION_DATA *ppLogonSessionData) |
| NTSTATUS NTAPI | LsaRegisterPolicyChangeNotification (POLICY_NOTIFICATION_INFORMATION_CLASS InformationClass, HANDLE NotificationEventHandle) |
| NTSTATUS NTAPI | LsaUnregisterPolicyChangeNotification (POLICY_NOTIFICATION_INFORMATION_CLASS InformationClass, HANDLE NotificationEventHandle) |
Variables | |
| HANDLE | LsaPortHandle |
| HANDLE | Secur32Heap |
Definition at line 112 of file lsalpc.c.
Referenced by NetUserChangePassword().
Definition at line 208 of file lsalpc.c.
| NTSTATUS NTAPI LsaGetLogonSessionData | ( | PLUID | LogonId, |
| PSECURITY_LOGON_SESSION_DATA * | ppLogonSessionData | ||
| ) |
Definition at line 253 of file lsalpc.c.
Definition at line 52 of file lsalpc.c.
Referenced by LsaEnumerateLogonSessions(), LsaGetLogonSessionData(), LsaRegisterPolicyChangeNotification(), and LsaUnregisterPolicyChangeNotification().
| NTSTATUS NTAPI LsaRegisterPolicyChangeNotification | ( | POLICY_NOTIFICATION_INFORMATION_CLASS | InformationClass, |
| HANDLE | NotificationEventHandle | ||
| ) |
Definition at line 331 of file lsalpc.c.
Referenced by NetRegisterDomainNameChangeNotification().
| NTSTATUS NTAPI LsaUnregisterPolicyChangeNotification | ( | POLICY_NOTIFICATION_INFORMATION_CLASS | InformationClass, |
| HANDLE | NotificationEventHandle | ||
| ) |
Definition at line 378 of file lsalpc.c.
Referenced by NetUnregisterDomainNameChangeNotification().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | secur32 | ) |
| HANDLE LsaPortHandle |
Definition at line 26 of file lsalpc.c.
Referenced by LsaEnumerateLogonSessions(), LsaGetLogonSessionData(), LsapCloseLsaPort(), LsapInitLsaPort(), LsapOpenLsaPort(), LsaRegisterPolicyChangeNotification(), and LsaUnregisterPolicyChangeNotification().