CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    WinNT File/Folder Permissions

    I am using the win API AddAccessAllowedAce() to allow an ace to the WiNNT ACL of the NTFS system. The third parameter of the above API is the Access_Mask . Iwant to give the is folder permissions Read(RX)(RX). What should be the corresponding ACCESS_MASK for this. I can set the same permissions thru WINNT GUI. I want to do that programatically. Any help would be highly appreciated.


  2. #2
    Join Date
    Apr 1999
    Posts
    3

    Re: WinNT File/Folder Permissions

    In the MSDN library there is a topic called 'Access Masks'. It might help you.


  3. #3
    Join Date
    May 1999
    Posts
    1

    Re: WinNT File/Folder Permissions

    Visit to http:\\www.mvps.org
    Good example how to use NTFS permissions from
    your own program.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured