reactos/sdk/include/xdk
George Bișoc 8289de6ef7
[NTOS:SE] Cast the ACE to known ACE type variants on SepGetSidFromAce
ACCESS_DENIED_ACE_TYPE, ACCESS_ALLOWED_ACE_TYPE, SYSTEM_AUDIT_ACE_TYPE and
SYSTEM_ALARM_ACE_TYPE belong to the same commonly internal ACE type, aka KNOWN_ACE,
as each of these ACEs have the same structure field offsets.

The only difference are ACCESS_DENIED_OBJECT_ACE_TYPE and ACCESS_ALLOWED_OBJECT_ACE_TYPE
as they have their own internal ACE type variant, the KNOWN_OBJECT_ACE structure.

The general guideline is that public ACE structure variants have to be used elsehwere
such as in UM whilst the kernel has to use the internal known ACE type variants when possible.
2023-08-22 17:54:18 +02:00
..
amd64 [XDK] Fix definition of KeRaiseIrqlToSynchLevel for x64 UP 2023-08-10 14:46:29 +03:00
arm
arm64
ia64
mips
ppc
x86
ccfuncs.h
cctypes.h
CMakeLists.txt
cmfuncs.h
cmtypes.h
devioctl.template.h
exfuncs.h
extypes.h
fsrtlfuncs.h
fsrtltypes.h
halfuncs.h
haltypes.h
interlocked.h
iofuncs.h [NTOS:IO] Reformat iorsrce.c, no functional code changes. 2023-06-04 21:40:07 +02:00
iotypes.h
kdfuncs.h
kdtypes.h
kefuncs.h
ketypes.h
mmfuncs.h
mmtypes.h
ntbasedef.h
ntddk.template.h
ntdef.template.h
ntifs.template.h
nttmapi.h
obfuncs.h
obtypes.h
pofuncs.h
potypes.h
psfuncs.h
pstypes.h
rtlfuncs.h
rtltypes.h
sefuncs.h
setypes.h [NTOS:SE] Cast the ACE to known ACE type variants on SepGetSidFromAce 2023-08-22 17:54:18 +02:00
sspi.h
wdm.template.h
winnt.template.h
winnt_old.h
wmifuncs.h
wmitypes.h
zwfuncs.h