On Wed, Jun 27, 2018 at 3:14 PM, Rob Marshall <rob.marshal...@gmail.com> wrote: > > I saw that, my problem is that I'm trying to use > win32security.ConvertSecurityDescriptorToStringSecurityDescriptor() > which is returning a self-relative SDDL and I need one that is > absolute. Is there a flag that I can set and get an absolute SDDL from > that function? In the Microsoft documentation for > ConvertSecurityDescriptorToStringSecurityDescriptor() it says, as to > what it "returns":
Again, it doesn't matter what form the WinAPI function returns. Whatever it is, the PySECURITY_DESCRIPTOR object internally converts it to self-relative format. Why do you need an absolute format SD? Whatever the reason you'll need to use ctypes for part of the problem. _______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32