Re: Waitable Timers



All in one process. The process is running as a service. I am not sure whats going wrong.

Gary.

Scherbina Vladimir wrote:
If he creates timer in another process then he should care about security.
Especially when this process is system. I've met a situation when created mutexes (and other objects) under winlogon.exe (winlogon notifcation package) could not be opened from another process because of security issues. SetSecurityInfo with GRANT_ACCESS solves this problem.


.



Relevant Pages