reactos/sdk/include
Timo Kreuzer f1ed97d6cc [NTOS:KE/x64] Implement KiSetTrapContext
KiSetTrapContext is an asm wrapper around RtlSetUnwindContext, which first stores an exception frame to assure that all non-volatile registers were put on the stack, then calls RtlSetUnwindContext to update their first saving positions on the stack and finally restore the exception frame to potentially load any updated registers, that haven't been saved elsewhere on the stack.
2021-06-02 18:25:36 +02:00
..
asm [NTOS:KE/x64] Implement KiSetTrapContext 2021-06-02 18:25:36 +02:00
c++ [SDK] Implement std::vector.data() 2019-11-18 23:50:33 +01:00
crt [CRT] Do not define builtin functions if not needed 2021-05-03 22:00:57 +02:00
ddk [REACTOS] Addendum to 5c7ce4475e - Fix MSVC 2015 build 2021-05-12 11:04:29 +02:00
dxsdk [WINESYNC] d3dx9_*: Add D3DXSHProjectCubeMap stub 2021-02-04 16:37:07 +01:00
GL Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
host [SDK] Fix definition of IMAGE_NT_HEADERS64 in host tools 2021-04-28 13:10:23 +02:00
ndk [NTOS:KE/x64] Implement KiSetTrapContext 2021-06-02 18:25:36 +02:00
psdk [PSDK] Remove a buggy GNU-specific "PACKED" attribute in KEY_EVENT_RECORD structure declaration. (#3619) 2021-05-05 17:24:12 +02:00
reactos [SMLIB] Implement SmStartCsr and SmStopCsr 2021-05-25 19:02:16 +02:00
wdf/kmdf/1.17 [KMDF] Make KMDF headers compatible with our SDK and compilers 2020-11-03 00:06:25 +03:00
xdk [XDK] Update the prototype of IO_COMPLETION_ROUTINE 2021-05-19 20:14:29 +02:00