https://bugs.kde.org/show_bug.cgi?id=40892

--- Comment #5 from Harald Sitter <sit...@kde.org> ---
https://docs.microsoft.com/en-us/windows/win32/secauthz/access-control-entries
https://docs.microsoft.com/en-us/windows/win32/secauthz/access-rights-and-access-masks
https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-ace_header
and maaaaaaaaaaaaaaaaaaaaaaany many more pages.

- type is a ACCESS_*_TYPE

- flags is a mask of AceFlags from winnt.h

- mask is a mask of an almost random assortment of bits that are documented
here and there and everywhere and also appear under various names. for our
purposes ACTRL_DIR_* and ACTRL_FILE_* seem the only relevant bits. 

winnth.h acccrtl.h in wine are pretty handy here

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to