reactos/sdk/include/xdk
Victor Perevertkin 380cd27cf3
[XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions
These has been first added to DDK 10.0.19041.0 and made backwards-compatible
with all Windows versions since Windows 2000.
Our implementation does not use POOL_ZERO_ALLOCATION flag because it's not
supported by ReactOS yet, and thus erases the memory unconditionally.
2020-07-26 14:10:52 +03:00
..
amd64 [XDK] Fix x64 version of KeGetCurrentProcessorNumber() and add KeGetCurrentProcessorIndex() 2020-01-18 14:56:17 +01:00
arm
ia64
mips
ppc
x86 [XDK] Fix x64 version of KeGetCurrentProcessorNumber() and add KeGetCurrentProcessorIndex() 2020-01-18 14:56:17 +01:00
ccfuncs.h
cctypes.h
CMakeLists.txt
cmfuncs.h
cmtypes.h [NDK][XDK] Add 3 CM_RESOURCE_INTERRUPT_* defines (#2755) 2020-05-14 14:31:53 +02:00
devioctl.template.h
exfuncs.h [XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions 2020-07-26 14:10:52 +03:00
extypes.h
fsrtlfuncs.h [SDK] Fix the implementation of the FsRtlIsAnsiCharacter* macros. 2018-08-29 08:34:30 +02:00
fsrtltypes.h
halfuncs.h
haltypes.h
interlocked.h
iofuncs.h
iotypes.h [XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions 2020-07-26 14:10:52 +03:00
kdfuncs.h
kdtypes.h
kefuncs.h [NETKVM] Import NetKVM network adapter driver by Red Hat 2020-04-23 16:33:09 +03:00
ketypes.h
mmfuncs.h
mmtypes.h
ntbasedef.h [SDK] Update Int32x32To64 macro for arm 2019-08-20 22:28:11 +02:00
ntddk.template.h
ntdef.template.h
ntifs.template.h [XDK] Stop randomly packing structures half throughout ntifs.h / wdm.h 2018-07-01 14:45:21 +02:00
nttmapi.h
obfuncs.h
obtypes.h
pofuncs.h
potypes.h
psfuncs.h [SDK] Add PsGetCurrentThreadTeb() to the DDK 2018-12-31 11:19:35 +01:00
pstypes.h
rtlfuncs.h [NDK][XDK][RTL] Fix definition of RtlFillMemoryUlong on x64 2020-01-03 13:00:45 +01:00
rtltypes.h
sefuncs.h
setypes.h [NTOS:SE] Add a documentation note about SeTokenIsWriteRestricted() and SeTokenIsAdmin(), and update the one for NtDuplicateToken(). 2018-06-27 23:40:15 +02:00
sspi.h
wdm.template.h [XDK][DDK] Take the gcc path for __assert_annotation{A,W} and __CREATE_NTOS_DATA_IMPORT_ALIAS when compiling with clang-cl. Include kdfuncs.h before rtlfuncs.h to have DbgPrint() defined before using it. CORE-11799 (#94) 2017-10-31 15:19:49 +01:00
winnt.template.h
winnt_old.h [PSDK][XDK] Move 2 aliases to psdk/winbase.h from xdk/winnt_old.h 2020-03-06 18:26:01 +01:00
wmifuncs.h
wmitypes.h
zwfuncs.h [SDK] Properly define ZwQueryInformationProcess 2019-06-30 23:07:54 +02:00