| 
    STLdoc
    
   STLdocumentation 
   | 
 
Go to the source code of this file.
Classes | |
| struct | _onexit_table_t | 
Macros | |
| #define | _acmdln (*__p__acmdln()) | 
| #define | _wcmdln (*__p__wcmdln()) | 
| #define | _CRT_ONEXIT_T_DEFINED | 
Typedefs | |
| typedef enum _crt_app_type | _crt_app_type | 
| typedef int(__cdecl * | _UserMathErrorFunctionPointer) (struct _exception *) | 
| typedef void(__cdecl * | _PVFV) (void) | 
| typedef int(__cdecl * | _PIFV) (void) | 
| typedef void(__cdecl * | _PVFI) (int) | 
| typedef int(__CRTDECL * | _onexit_t) (void) | 
| typedef struct _onexit_table_t | _onexit_table_t | 
Enumerations | |
| enum | _crt_app_type { _crt_unknown_app, _crt_console_app, _crt_gui_app } | 
| #define _acmdln (*__p__acmdln()) | 
| #define _CRT_ONEXIT_T_DEFINED | 
| #define _wcmdln (*__p__wcmdln()) | 
| typedef enum _crt_app_type _crt_app_type | 
| typedef struct _onexit_table_t _onexit_table_t | 
| typedef int(__cdecl * _UserMathErrorFunctionPointer) (struct _exception *) | 
| enum _crt_app_type | 
| _ACRTIMP void __cdecl __setusermatherr | ( | _UserMathErrorFunctionPointer | _UserMathErrorFunction | ) | 
| _ACRTIMP errno_t __cdecl _configure_narrow_argv | ( | _In_ _crt_argv_mode | mode | ) | 
| _ACRTIMP errno_t __cdecl _configure_wide_argv | ( | _In_ _crt_argv_mode | mode | ) | 
| _ACRTIMP int __cdecl _execute_onexit_table | ( | _In_opt_ _onexit_table_t * | _Table | ) | 
| _ACRTIMP int __cdecl _initialize_onexit_table | ( | _In_opt_ _onexit_table_t * | _Table | ) | 
| _ACRTIMP void __cdecl _initterm | ( | _In_reads_(_Last-_First) _In_ _PVFV * | _First, | 
| _In_ _PVFV * | _Last | ||
| ) | 
| _ACRTIMP _crt_app_type __cdecl _query_app_type | ( | void | ) | 
| _ACRTIMP int __cdecl _register_onexit_function | ( | _In_opt_ _onexit_table_t * | _Table, | 
| _In_opt_ _onexit_t | _Function | ||
| ) | 
| _ACRTIMP int __cdecl _seh_filter_dll | ( | _In_ unsigned long | _ExceptionNum, | 
| _In_ struct _EXCEPTION_POINTERS * | _ExceptionPtr | ||
| ) | 
| _ACRTIMP int __cdecl _seh_filter_exe | ( | _In_ unsigned long | _ExceptionNum, | 
| _In_ struct _EXCEPTION_POINTERS * | _ExceptionPtr | ||
| ) | 
| _ACRTIMP void __cdecl _set_app_type | ( | _In_ _crt_app_type | _Type | ) | 
| _Success_ | ( | return! |  = 0 | ) | 
 1.8.8