From: DS on
what other way is there to temporarily suspend an application accessing the
internet and verifying it's action with a user prompt?

"TC" <aatcbbtccctc(a)yahoo.com> wrote in message
news:1129007578.588147.31410(a)g43g2000cwa.googlegroups.com...
> So - why do you want to suspend it?
>
> TC
>


From: TC on
I guess it depends on how you are detecting the access that you need to
confirm. If you have hooked into something, and the other process calls
your hook, you don't need to suspect anything, surely? But I'm no
expert in thread processing so maybe I'm missing something obvious.

TC

From: Alexander Grigoriev on
If you intercept an TDI IRP, you just keep it pending. No need to suspend an
app.

"DS" <ikoonman(a)hotmail.com> wrote in message
news:eNIdXrzzFHA.800(a)TK2MSFTNGP12.phx.gbl...
> what other way is there to temporarily suspend an application accessing
> the
> internet and verifying it's action with a user prompt?
>
> "TC" <aatcbbtccctc(a)yahoo.com> wrote in message
> news:1129007578.588147.31410(a)g43g2000cwa.googlegroups.com...
>> So - why do you want to suspend it?
>>
>> TC
>>
>
>