_local_unwind2
Visual Studio 2010
Runs all termination handlers that are listed in the indicated scope table.
void _local_unwind2( PEXCEPTION_REGISTRATION xr, int stop );
This method is used only by the run-time environment. Do not call the method in your code.
When this method executes termination handlers, it starts at the current lexical level and works its way up in lexical levels until it reaches the level that is indicated by stop. It does not execute termination handlers at the level that is indicated by stop.