From: greenfish on 29 Jul 2010 05:37 how to preventing from acessing(open) my kernel named object? for a instance, i've created a event as "Global\abcd", and i want to block other process's access(::OpenEvent(...)). how is it possible easily?
From: Stefan Kuhr on 29 Jul 2010 08:34 Hello greenfish, On 7/29/2010 11:37 AM, greenfish wrote: > how to preventing from acessing(open) my kernel named object? > > for a instance, > i've created a event as "Global\abcd", > and i want to block other process's access(::OpenEvent(...)). > > how is it possible easily? That's what security descriptors have been invented for. -- S
|
Pages: 1 Prev: I_IMAGECALLBACK Next: how to use the font "Arial Unicode Ms"? |