|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | PRIVILEGE_DATA |
| struct | RIGHT_DATA |
Functions | |
| NTSTATUS | LsarpLookupPrivilegeName (PLUID Value, PRPC_UNICODE_STRING *Name) |
| NTSTATUS | LsarpLookupPrivilegeDisplayName (PRPC_UNICODE_STRING Name, USHORT ClientLanguage, USHORT ClientSystemDefaultLanguage, PRPC_UNICODE_STRING *DisplayName, USHORT *LanguageReturned) |
| PLUID | LsarpLookupPrivilegeValue (IN PRPC_UNICODE_STRING Name) |
| NTSTATUS | LsarpEnumeratePrivileges (DWORD *EnumerationContext, PLSAPR_PRIVILEGE_ENUM_BUFFER EnumerationBuffer, DWORD PreferedMaximumLength) |
| NTSTATUS | LsapLookupAccountRightName (ULONG RightValue, PRPC_UNICODE_STRING *Name) |
| ACCESS_MASK | LsapLookupAccountRightValue (IN PRPC_UNICODE_STRING Name) |
Variables | |
| static const PRIVILEGE_DATA | WellKnownPrivileges [] |
| static const RIGHT_DATA | WellKnownRights [] |
| NTSTATUS LsapLookupAccountRightName | ( | ULONG | RightValue, |
| PRPC_UNICODE_STRING * | Name | ||
| ) |
Definition at line 343 of file privileges.c.
Referenced by LsarEnumerateAccountRights().
| ACCESS_MASK LsapLookupAccountRightValue | ( | IN PRPC_UNICODE_STRING | Name | ) |
Definition at line 380 of file privileges.c.
Referenced by LsarAddAccountRights(), LsarEnumerateAccountsWithUserRight(), and LsarRemoveAccountRights().
| NTSTATUS LsarpEnumeratePrivileges | ( | DWORD * | EnumerationContext, |
| PLSAPR_PRIVILEGE_ENUM_BUFFER | EnumerationBuffer, | ||
| DWORD | PreferedMaximumLength | ||
| ) |
Definition at line 246 of file privileges.c.
Referenced by LsarEnumeratePrivileges().
| NTSTATUS LsarpLookupPrivilegeDisplayName | ( | PRPC_UNICODE_STRING | Name, |
| USHORT | ClientLanguage, | ||
| USHORT | ClientSystemDefaultLanguage, | ||
| PRPC_UNICODE_STRING * | DisplayName, | ||
| USHORT * | LanguageReturned | ||
| ) |
Definition at line 125 of file privileges.c.
Referenced by LsarLookupPrivilegeDisplayName().
| NTSTATUS LsarpLookupPrivilegeName | ( | PLUID | Value, |
| PRPC_UNICODE_STRING * | Name | ||
| ) |
Definition at line 80 of file privileges.c.
Referenced by LsarLookupPrivilegeName().
| PLUID LsarpLookupPrivilegeValue | ( | IN PRPC_UNICODE_STRING | Name | ) |
Definition at line 227 of file privileges.c.
Referenced by LsarAddAccountRights(), LsarEnumerateAccountsWithUserRight(), LsarLookupPrivilegeValue(), and LsarRemoveAccountRights().
|
static |
Definition at line 29 of file privileges.c.
Referenced by LsarpEnumeratePrivileges(), LsarpLookupPrivilegeDisplayName(), LsarpLookupPrivilegeName(), and LsarpLookupPrivilegeValue().
|
static |
Definition at line 62 of file privileges.c.
Referenced by LsapLookupAccountRightName(), and LsapLookupAccountRightValue().