Searched refs:SECURITY_INTERACTIVE_RID (Results 1 – 10 of 10) sorted by relevance
/reactos/base/system/winlogon/ |
H A D | security.c | 726 SECURITY_INTERACTIVE_RID, in CreateScreenSaverSecurity() 912 SECURITY_INTERACTIVE_RID, in AllowWinstaAccessToUser() 1203 SECURITY_INTERACTIVE_RID, in AllowDesktopAccessToUser()
|
/reactos/base/services/svchost/ |
H A D | globals.c | 28 { &InteractiveSid, { SECURITY_NT_AUTHORITY }, SECURITY_INTERACTIVE_RID },
|
/reactos/dll/ime/msctfime/ |
H A D | misc.cpp | 67 if (!AllocateAndInitializeSid(&IdentAuth, 1, SECURITY_INTERACTIVE_RID, in IsInteractiveUserLogon()
|
/reactos/ntoskrnl/se/ |
H A D | sid.c | 230 *SubAuthority = SECURITY_INTERACTIVE_RID; in SepInitSecurityIDs()
|
/reactos/sdk/include/xdk/ |
H A D | setypes.h | 559 #define SECURITY_INTERACTIVE_RID (0x00000004L) macro
|
/reactos/dll/win32/samsrv/ |
H A D | setup.c | 951 *(RtlSubAuthoritySid(pInteractiveSid, 0)) = SECURITY_INTERACTIVE_RID; in SampInitializeSAM()
|
/reactos/dll/win32/imm32/ |
H A D | ctf.c | 29 if (!AllocateAndInitializeSid(&IdentAuth, 1, SECURITY_INTERACTIVE_RID, in Imm32IsInteractiveUserLogon()
|
/reactos/dll/win32/lsasrv/ |
H A D | lookup.c | 328 SubAuthorities[0] = SECURITY_INTERACTIVE_RID; in LsapInitSids()
|
/reactos/dll/win32/advapi32/wine/ |
H A D | security.c | 58 … WinInteractiveSid, { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_INTERACTIVE_RID } } },
|
/reactos/base/services/umpnpmgr/ |
H A D | rpcserver.c | 587 SECURITY_INTERACTIVE_RID, in IsCallerInteractive()
|