_purecall
The compiler calls this method when a pure virtual method is called.
void __cdecl _purecall();
Remarks
Use the _set_purecall_handler, _set_purecall_handler_m method to set the _purecall method and _get_purecall_handler to get it.
Requirements
Header: mtdll.h
See Also
Reference
_set_purecall_handler, _set_purecall_handler_m