Home
last modified time | relevance | path

Searched refs:SE_SYNC_AGENT_PRIVILEGE (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/ndk/
H A Dsetypes.h62 #define SE_SYNC_AGENT_PRIVILEGE (26L) macro
/reactos/dll/win32/lsasrv/
H A Dprivileges.c55 {{SE_SYNC_AGENT_PRIVILEGE, 0}, SE_SYNC_AGENT_NAME, IDS_SYNC_AGENT_PRIVILEGE},
/reactos/ntoskrnl/se/
H A Dpriv.c45 const LUID SeSyncAgentPrivilege = CONST_LUID(SE_SYNC_AGENT_PRIVILEGE, 0);
/reactos/sdk/include/xdk/
H A Dsetypes.h205 #define SE_SYNC_AGENT_PRIVILEGE 26 macro
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h1931 #define SE_SYNC_AGENT_PRIVILEGE 26 macro
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c680 #define SE_SYNC_AGENT_PRIVILEGE 26L macro
810 { "SeSyncAgentPrivilege", SE_SYNC_AGENT_PRIVILEGE }, in test_lookupPrivilegeValue()