Searched refs:_purecall_handler (Results 1 – 2 of 2) sorted by relevance
159 typedef void (__cdecl* _purecall_handler)(void); typedef171 _VCRTIMP _purecall_handler __cdecl _set_purecall_handler(172 _In_opt_ _purecall_handler _Handler175 _VCRTIMP _purecall_handler __cdecl _get_purecall_handler(void);195 typedef void (__clrcall* _purecall_handler)(void); typedef196 typedef _purecall_handler _purecall_handler_m;198 _MRTIMP _purecall_handler __cdecl _set_purecall_handler(199 _In_opt_ _purecall_handler _Handler
120 typedef void (__cdecl *_purecall_handler)(void); typedef122 _CRTIMP _purecall_handler __cdecl _set_purecall_handler(_In_opt_ _purecall_handler _Handler);123 _CRTIMP _purecall_handler __cdecl _get_purecall_handler(void);