ReactOS 0.4.15-dev-7931-gfd331f1
MSVCRT__exception Struct Reference

#include <msvcrt.h>

Collaboration diagram for MSVCRT__exception:

Public Attributes

int type
 
charname
 
double arg1
 
double arg2
 
double retval
 

Detailed Description

Definition at line 334 of file msvcrt.h.

Member Data Documentation

◆ arg1

double MSVCRT__exception::arg1

Definition at line 337 of file msvcrt.h.

◆ arg2

double MSVCRT__exception::arg2

Definition at line 338 of file msvcrt.h.

◆ name

char * MSVCRT__exception::name

Definition at line 336 of file msvcrt.h.

◆ retval

double MSVCRT__exception::retval

Definition at line 339 of file msvcrt.h.

◆ type

int MSVCRT__exception::type

Definition at line 335 of file msvcrt.h.


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