|
ReactOS 0.4.16-dev-2274-gc61d98f
|
#include <stdlib.h>#include <intrin.h>
Go to the source code of this file.
Functions | |
| _purecall_handler _cdecl | _get_purecall_handler (void) |
| _purecall_handler _cdecl | _set_purecall_handler (_In_opt_ _purecall_handler _Handler) |
| int __cdecl | _purecall (void) |
Variables | |
| static volatile _purecall_handler | purecall_handler |
| _purecall_handler _cdecl _get_purecall_handler | ( | void | ) |
Definition at line 14 of file purecall.cpp.
Definition at line 28 of file purecall.cpp.
| _purecall_handler _cdecl _set_purecall_handler | ( | _In_opt_ _purecall_handler | _Handler | ) |
Definition at line 20 of file purecall.cpp.
|
static |
Definition at line 11 of file purecall.cpp.
Referenced by _get_purecall_handler(), _purecall(), and _set_purecall_handler().