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

From: Alfonso Melchionna (a.melchionna_at_linesystem.it)
Date: 05/04/04


Date: Tue, 4 May 2004 10:36:33 +0200


-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

"The Jackal" <jalouan@idm.net.lb> ha scritto nel messaggio
news:d089193b.0405030248.7fd9b069@posting.google.com...
> 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