Re: [ADVAPI] SetSecurityInfo

2005-03-09 Thread Alexandre Julliard
Raphael <[EMAIL PROTECTED]> writes: > cf: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/low_level_security_descriptor_functions.asp > > You can see low-level functions for each supported objects (specified by > SE_OBJECT_TYPE) > > Anyway, native advapi32 s

Re: [ADVAPI] SetSecurityInfo

2005-03-09 Thread Raphael
On Friday 04 March 2005 11:56, Alexandre Julliard wrote: > Raphael <[EMAIL PROTECTED]> writes: > > On Friday 04 March 2005 00:45, Robert Shearman wrote: > > > I have made a few comments on the implementation below: > > > > SRCDIR= @srcdir@ > > > > VPATH = @srcdir@ > > > > MODULE= advapi

Re: [ADVAPI] SetSecurityInfo

2005-03-07 Thread Raphael
On Friday 04 March 2005 11:56, Alexandre Julliard wrote: > Raphael <[EMAIL PROTECTED]> writes: > > On Friday 04 March 2005 00:45, Robert Shearman wrote: > > > I have made a few comments on the implementation below: > > > > SRCDIR= @srcdir@ > > > > VPATH = @srcdir@ > > > > MODULE= advapi

Re: [ADVAPI] SetSecurityInfo

2005-03-04 Thread Alexandre Julliard
Raphael <[EMAIL PROTECTED]> writes: > On Friday 04 March 2005 00:45, Robert Shearman wrote: > > I have made a few comments on the implementation below: > > > SRCDIR= @srcdir@ > > > VPATH = @srcdir@ > > > MODULE= advapi32.dll > > >-IMPORTS = kernel32 ntdll > > >+IMPORTS = winspool k

Re: [ADVAPI] SetSecurityInfo

2005-03-03 Thread Robert Shearman
Raphael wrote: Hi, Changelog: - simple implementation of SetSecurityInfo (seems to be needed by War3 frozen throne, cf http://forums.gentoo.org/viewtopic-t-303306.html?sid=3f962c702ae58ad8902ca839f33ffbd8) I have made a few comments on the implementation below: SRCDIR= @srcdir@ VPATH