_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
Other Resources
Alphabetical Function Reference
Change History
Date |
History |
Reason |
---|---|---|
June 2010 |
Added this document. |
Information enhancement. |