ReactOS 0.4.15-dev-7842-g558ab78
_sig_element Struct Reference

#include <msvcrt.h>

Collaboration diagram for _sig_element:

Public Attributes

int signal
 
charsigname
 
__p_sig_fn_t handler
 

Detailed Description

Definition at line 144 of file msvcrt.h.

Member Data Documentation

◆ handler

__p_sig_fn_t _sig_element::handler

Definition at line 148 of file msvcrt.h.

Referenced by raise(), and signal().

◆ signal

int _sig_element::signal

Definition at line 146 of file msvcrt.h.

◆ signame

char* _sig_element::signame

Definition at line 147 of file msvcrt.h.


The documentation for this struct was generated from the following file: