NamedPipe issue
-
Hi All, I am facing an issue relating to named pipes. The OS used is Vista. I am creating a named pipe within a service that is running in session zero. A client application tries to read through the pipe by calling api CreateFile. This fails since the client application is running in the user context. Is there any way that this caould be overcome? Should i pass any securtiy attributes to the "CreateNamedPipe" or "CreateFile" apis? Thanks in advance :)
Sunil
-
Hi All, I am facing an issue relating to named pipes. The OS used is Vista. I am creating a named pipe within a service that is running in session zero. A client application tries to read through the pipe by calling api CreateFile. This fails since the client application is running in the user context. Is there any way that this caould be overcome? Should i pass any securtiy attributes to the "CreateNamedPipe" or "CreateFile" apis? Thanks in advance :)
Sunil
What error code are you getting? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
What error code are you getting? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Any useful info here? Impact of Session 0 Isolation on Services and Drivers in Windows Vista[^] Particularly the namespace on named objects...
Mark Salsbery Microsoft MVP - Visual C++ :java: