Home
last modified time | relevance | path

Searched refs:SE_LOCK_MEMORY_PRIVILEGE (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/ndk/
H A Dsetypes.h39 #define SE_LOCK_MEMORY_PRIVILEGE (4L) macro
/reactos/dll/win32/lsasrv/
H A Dprivileges.c33 {{SE_LOCK_MEMORY_PRIVILEGE, 0}, SE_LOCK_MEMORY_NAME, IDS_LOCK_MEMORY_PRIVILEGE},
/reactos/ntoskrnl/se/
H A Dpriv.c23 const LUID SeLockMemoryPrivilege = CONST_LUID(SE_LOCK_MEMORY_PRIVILEGE, 0);
/reactos/sdk/include/xdk/
H A Dsetypes.h183 #define SE_LOCK_MEMORY_PRIVILEGE 4 macro
/reactos/dll/win32/kernel32/client/
H A Dproc.c3857 PrivilegeValue = SE_LOCK_MEMORY_PRIVILEGE; in CreateProcessInternalW()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h1908 #define SE_LOCK_MEMORY_PRIVILEGE 4 macro
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c658 #define SE_LOCK_MEMORY_PRIVILEGE 4L macro
788 { "SeLockMemoryPrivilege", SE_LOCK_MEMORY_PRIVILEGE }, in test_lookupPrivilegeValue()