16 #if !defined _MSC_EXTENSIONS && !defined _CRTBLD && !defined _CORECRT_BUILD
20 #if defined _MSC_EXTENSIONS && !defined _CORECRT_BUILD
28 typedef void (__clrcall* _new_handler_m) ();
35 using std::_new_handler_m;
38 using std::new_handler;
#define _ACRTIMP
Definition: corecrt.h:27
_PNH __cdecl _set_new_handler(_In_opt_ _PNH _NewHandler)
unsigned int size_t
Definition: sourceannotations.h:19
_ACRTIMP int __cdecl _query_new_mode(void)
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:73
#define __CRTDECL
Definition: vcruntime.h:156
#define _In_
Definition: sal.h:305
#define _In_opt_
Definition: sal.h:306
_CRT_BEGIN_C_HEADER typedef void(__CRTDECL *terminate_handler)()
_PNH __cdecl _query_new_handler(void)
#define _CRT_END_C_HEADER
Definition: vcruntime.h:76
#define _CRTIMP2
Definition: crtdefs.h:36
_ACRTIMP int __cdecl _set_new_mode(_In_ int _NewMode)
_CRTIMP2 new_handler __cdecl set_new_handler(_In_opt_ new_handler) _THROW0()
_CRT_BEGIN_C_HEADER typedef int(__CRTDECL *_PNH)(size_t)