|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Typedefs | |
| typedef NTSTATUS(NTAPI * | USER_CALL) (PVOID Argument, ULONG ArgumentLength) |
Functions | |
| VOID NTAPI | KiUserExceptionDispatcher (PEXCEPTION_RECORD ExceptionRecord, PCONTEXT Context) |
| VOID NTAPI | KiRaiseUserExceptionDispatcher (VOID) |
| VOID NTAPI | KiUserCallbackDispatcher (ULONG Index, PVOID Argument, ULONG ArgumentLength) |
| #define NDEBUG |
Definition at line 14 of file dispatch.c.
Definition at line 17 of file dispatch.c.
Definition at line 59 of file dispatch.c.
Definition at line 78 of file dispatch.c.
| VOID NTAPI KiUserExceptionDispatcher | ( | PEXCEPTION_RECORD | ExceptionRecord, |
| PCONTEXT | Context | ||
| ) |
Definition at line 26 of file dispatch.c.