mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:56:06 +00:00
[SECUR32]
Enable LsaEnumerateLogonSessions and LsaGetLogonSessionData implemtations, used by VirtualBox guest additions. CORE-7424 svn path=/trunk/; revision=71715
This commit is contained in:
parent
22724e306e
commit
817eecf900
1 changed files with 0 additions and 10 deletions
|
@ -112,7 +112,6 @@ LsaEnumerateLogonSessions(
|
|||
PULONG LogonSessionCount,
|
||||
PLUID *LogonSessionList)
|
||||
{
|
||||
#if 1
|
||||
LSA_API_MSG ApiMessage;
|
||||
NTSTATUS Status;
|
||||
|
||||
|
@ -146,10 +145,6 @@ LsaEnumerateLogonSessions(
|
|||
*LogonSessionList = ApiMessage.EnumLogonSessions.Reply.LogonSessionBuffer;
|
||||
|
||||
return Status;
|
||||
#else
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
@ -162,7 +157,6 @@ LsaGetLogonSessionData(
|
|||
PLUID LogonId,
|
||||
PSECURITY_LOGON_SESSION_DATA *ppLogonSessionData)
|
||||
{
|
||||
#if 1
|
||||
LSA_API_MSG ApiMessage;
|
||||
PSECURITY_LOGON_SESSION_DATA SessionData;
|
||||
NTSTATUS Status;
|
||||
|
@ -207,10 +201,6 @@ LsaGetLogonSessionData(
|
|||
*ppLogonSessionData = SessionData;
|
||||
|
||||
return Status;
|
||||
#else
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue