_get_unexpected
Visual Studio 2005
Returns the termination routine to be called by unexpected.
unexpected_function _get_unexpected( void );
Returns a pointer to the function registered by set_unexpected (CRT). If no function has been set, the return value may be used to restore the default behavior; this value may be NULL.
| Routine | Required header | Compatibility |
|---|---|---|
| _get_unexpected | <eh.h> | ANSI, Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
For additional compatibility information, see Compatibility in the Introduction.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.