ReactOS 0.4.15-dev-7934-g1dc8d80
xcptinfo.c File Reference
#include <precomp.h>
Include dependency graph for xcptinfo.c:

Go to the source code of this file.

Functions

void ** __pxcptinfoptrs (void)
 

Function Documentation

◆ __pxcptinfoptrs()

void ** __pxcptinfoptrs ( void  )

Definition at line 6 of file xcptinfo.c.

7{
8 return (void**)&msvcrt_get_thread_data()->xcptinfo;
9}
thread_data_t * msvcrt_get_thread_data(void)
Definition: tls.c:31

Referenced by sighandler(), and test___pxcptinfoptrs().