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 [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
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 [NDK][XDK] Improve some HAL-related definitions. 2022-05-08 04:15:52 +02:00
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 [SDK] Fix some arm64 stuff that was discovered during testing 2022-04-07 19:50:43 +03:00
mmfuncs.h
mmtypes.h
ntbasedef.h [SDK] Fix some arm64 stuff that was discovered during testing 2022-04-07 19:50:43 +03:00
ntddk.template.h [NDK][XDK] Improve some HAL-related definitions. 2022-05-08 04:15:52 +02:00
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 [NDK][XDK] Improve some HAL-related definitions. 2022-05-08 04:15:52 +02:00
winnt.template.h
winnt_old.h [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
wmifuncs.h
wmitypes.h
zwfuncs.h