Home
last modified time | relevance | path

Searched refs:_purecall_handler (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ucrt/
H A Dstdlib.h159 typedef void (__cdecl* _purecall_handler)(void); typedef
171 _VCRTIMP _purecall_handler __cdecl _set_purecall_handler(
172 _In_opt_ _purecall_handler _Handler
175 _VCRTIMP _purecall_handler __cdecl _get_purecall_handler(void);
195 typedef void (__clrcall* _purecall_handler)(void); typedef
196 typedef _purecall_handler _purecall_handler_m;
198 _MRTIMP _purecall_handler __cdecl _set_purecall_handler(
199 _In_opt_ _purecall_handler _Handler
/reactos/sdk/include/crt/
H A Dstdlib.h120 typedef void (__cdecl *_purecall_handler)(void); typedef
122 _CRTIMP _purecall_handler __cdecl _set_purecall_handler(_In_opt_ _purecall_handler _Handler);
123 _CRTIMP _purecall_handler __cdecl _get_purecall_handler(void);