G
Guest
I have EventWaitHandle created in the service running in the LocalSystem
account. In the client application running under user account, I try to
create event with the same name - actually to attach to existing event. I
have error "Access to the path <event name> denied".
How can I create event in the client project initializing properly
EventWaitHandleSecurity parameter, to get access to this event?
account. In the client application running under user account, I try to
create event with the same name - actually to attach to existing event. I
have error "Access to the path <event name> denied".
How can I create event in the client project initializing properly
EventWaitHandleSecurity parameter, to get access to this event?