_purecall
Visual Studio 2012
The compiler calls this method when a pure virtual method is called.
void __cdecl _purecall();
Use the _set_purecall_handler, _set_purecall_handler_m method to set the _purecall method and _get_purecall_handler to get it.