_local_unwind2
Runs all termination handlers that are listed in the indicated scope table.
void _local_unwind2(
PEXCEPTION_REGISTRATION xr,
int stop
);
Parameters
[in] xr
A registration record that is associated with one scope table.[in] stop
The lexical level that indicates where _local_unwind2 should stop.
Remarks
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.
See Also
Other Resources
Alphabetical Function Reference
Change History
Date |
History |
Reason |
---|---|---|
June 2010 |
Added this document. |
Information enhancement. |