programmatically check the Allow inheritable permissions from parent... checkbox

T

The Jackal

I apologize in advance if this question has been asked before, but I
couldn't get a clear answer from the available posts on the topic.
I am trying to programmatically check the "Allow inheritable
permissions from parent..." checkbox on the security tab of a file.
I would be very grateful to anyone who might shed some light on this.

Jacques
 
A

Alfonso Melchionna

-lang = eng-
In Windows 2000/XP/2003 you can to look into bit-mask the ACE defined
values in file Winnt.h
#define OBJECT_INHERIT_ACE,and other.
warning for type object (files and directory)

-lang = Italy-
Tu devi guardare la bit-mask delle ACE e in particolare in Winnt.h ci sono
OBJECT_INHERIT_ACE, e altre.

Alfonso Melchionna
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top