![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | How to CreateNamedPipe with FILE_CREATE_PIPE_INSTANCE access rights i want to create a named pipe with FILE_CREATE_PIPE_INSTANCE access rights. for that i have to create one security discriptor but i dont which type of secirity discriptor i use to cerate namaed pipe with FILE_CREATE_PIPE_INSTANCE rights. while creating security discriptor i dont want to use ConvertStringSecurityDescriptorToSecurityDescriptor funciton because i am going to build this code in DDK and DDK not support this function. so give me suggestion about security discriptor for FILE_CREATE_PIPE_INSTANCE access rights.. Thanks in advance.. Kalpesh |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: How to CreateNamedPipe with FILE_CREATE_PIPE_INSTANCE access rights http://msdn2.microsoft.com/en-us/library/aa365600.aspx If that doesn't point you in the right direction, you might have more success asking at the MSDN forums: http://forums.microsoft.com/msdn/default.aspx?siteid=1 -- Jane, not plain 64 bit enabled :-)Batteries not included. Braincell on vacation ;-) MVP Windows Shell/User "kalpesh" <kalpeshgedia@gmail.com> wrote in message news:1183547810.377506.166950@o11g2000prd.googlegroups.com... >i want to create a named pipe with FILE_CREATE_PIPE_INSTANCE access > rights. > for that i have to create one security discriptor but i dont which > type of secirity discriptor i use to cerate namaed pipe with > FILE_CREATE_PIPE_INSTANCE rights. > > while creating security discriptor i dont want to use > ConvertStringSecurityDescriptorToSecurityDescriptor funciton because > i am going to build this code in DDK and DDK not support this > function. > > so give me suggestion about security discriptor for > FILE_CREATE_PIPE_INSTANCE access rights.. > > Thanks in advance.. > Kalpesh > |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: How to CreateNamedPipe with FILE_CREATE_PIPE_INSTANCE access rights On Jul 4, 4:47 pm, "Jane C" <janecol...@invalid.iinet.net.au> wrote: > http://msdn2.microsoft.com/en-us/library/aa365600.aspx > > If that doesn't point you in the right direction, you might have more > success asking at the MSDN forums: > > http://forums.microsoft.com/msdn/default.aspx?siteid=1 > > -- > Jane, not plain 64 bit enabled :-)> Batteries not included. Braincell on vacation ;-) > MVP Windows Shell/User > > "kalpesh" <kalpeshge...@gmail.com> wrote in message > > news:1183547810.377506.166950@o11g2000prd.googlegroups.com... > > > > >i want to create a named pipe with FILE_CREATE_PIPE_INSTANCE access > > rights. > > for that i have to create one security discriptor but i dont which > > type of secirity discriptor i use to cerate namaed pipe with > > FILE_CREATE_PIPE_INSTANCE rights. > > > while creating security discriptor i dont want to use > > ConvertStringSecurityDescriptorToSecurityDescriptor funciton because > > i am going to build this code in DDK and DDK not support this > > function. > > > so give me suggestion about security discriptor for > > FILE_CREATE_PIPE_INSTANCE access rights.. > > > Thanks in advance.. > > Kalpesh- Hide quoted text - > > - Show quoted text - The link provide by you is not so much helpful to me give me more help .... |
My System Specs![]() |
| | #4 (permalink) |
| Guest | Re: How to CreateNamedPipe with FILE_CREATE_PIPE_INSTANCE access rights "kalpesh" <kalpeshgedia@gmail.com> wrote in message news:1183612035.307722.118220@i38g2000prf.googlegroups.com... > The link provide by you is not so much helpful to me give me more > help .... First you call CreateNamedPipe, to create the pipe. Then you call SetSecurityInfo to change the Security Descriptor on the pipe. Then your only issue is how to create the DACL for the Security Descriptor - you almost certainly want to call GetSecurityInfo, to find out what the existing DACL is, and modify it, rather than create one from scratch. The SetEntriesInAcl function can then be used to create a new ACL with extra access entries on top of what was originally in the DACL - example code is at http://msdn2.microsoft.com/en-us/library/aa379283.aspx Alun. ~~~~ |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Printing Access Rights | Waldy | Vista print fax & scan | 4 | 06-16-2008 01:17 PM |
| Printing access rights | Waldy | Vista security | 0 | 06-13-2008 09:22 AM |
| Search / access rights ? | Kris | Vista General | 1 | 04-05-2008 02:42 PM |
| How to CreateNamedPipe with FILE_CREATE_PIPE_INSTANCE access rights | kalpesh | Vista General | 1 | 07-04-2007 04:43 PM |
| Administrator access rights | BarryD | Vista account administration | 1 | 06-02-2007 09:17 AM |