Share via


_purecall

The compiler calls this method when a pure virtual method is called.

void __cdecl _purecall();

Remarks

Use the _set_purecall_handler method to set the _purecall method and _get_purecall_handler to get it.

Requirements

Header: mtdll.h

See Also

Reference

_set_purecall_handler

Other Resources

CRT Alphabetical Function Reference