mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
better stub for LsaEnumerateAccountRights
svn path=/trunk/; revision=41472
This commit is contained in:
@@ -228,7 +228,9 @@ LsaEnumerateAccountRights(
|
||||
PULONG CountOfRights)
|
||||
{
|
||||
FIXME("(%p,%p,%p,%p) stub\n", PolicyHandle, AccountSid, UserRights, CountOfRights);
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
*UserRights = 0;
|
||||
*CountOfRights = 0;
|
||||
return STATUS_OBJECT_NAME_NOT_FOUND;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user