Mentioning Security Attributes

Hi all,

I am new to these security related issues.

I am creating couple of events, and have a thread waiting for these events.
I signal the event in a different thread (actually in a different DLL). The
problem is my waiting loop never gets these signaled event. Actually these
whole code is in a User mode minidriver. Right now I am specifying NULL for
the security attributes field.

MSDN reference for WaitForMultipleObjects says that the events should have
SYNCHRONIZE access on Win 2k and NT. Can any one give me some reference
about how can I specify this?

I read some articles in MSDN about specifying security attributes. But
couldn’t digest fully.

Any help is appreciated.
Thanks and regards
Srinidhi.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com