how long it takes for kernel handles to close by Windows when an application crashes
Posted
by user314772
on Stack Overflow
See other posts from Stack Overflow
or by user314772
Published on 2010-05-17T14:05:52Z
Indexed on
2010/05/17
18:20 UTC
Read the original article
Hit count: 176
Windows
I know Windows close kernel handles when an application crashes, but if I want to wait on this event, can I be sure it will happen in milisec or it might take a while? I would like to trigger a new function the moment one application is crashed and I'm checking if this handle is NULL but it seems like I can't get a NULL value in this case.
© Stack Overflow or respective owner