Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.