|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| void | rtlRaiseStatus (DWORD Status) |
| ULONG | except3 (PEXCEPTION_POINTERS ExceptionPointers, PLONG Counter) |
| void | except1 (PLONG Counter) |
| ULONG | except2 (PEXCEPTION_POINTERS ExceptionPointers, PLONG Counter) |
| int | main () |
Variables | |
| char | test [] = "SEH0027.c" |
Definition at line 36 of file seh0027.c.
Referenced by main().
| ULONG except2 | ( | PEXCEPTION_POINTERS | ExceptionPointers, |
| PLONG | Counter | ||
| ) |
Definition at line 49 of file seh0027.c.
Referenced by main().
| ULONG except3 | ( | PEXCEPTION_POINTERS | ExceptionPointers, |
| PLONG | Counter | ||
| ) |
Definition at line 15 of file seh0027.c.
Referenced by except1().