Re: ntdll: Implement RtlCopySecurityDescriptor [take 2]

2005-06-17 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > There isn't an RtlCopyAcl in ntdll, but it simplifies the code a bit > and can be useful in other places. For one I should've taken out the > [EMAIL PROTECTED] because we don't export it, but should the function be named > something else? Yes, it shoul

Re: ntdll: Implement RtlCopySecurityDescriptor [take 2]

2005-06-17 Thread James Hawkins
On 17 Jun 2005 11:56:32 +0200, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > James Hawkins <[EMAIL PROTECTED]> writes: > > > +/** > > + * RtlCopyAcl [EMAIL PROTECTED] > > + */ > > +BOOLEAN WINAPI RtlCopyAcl(DWORD n

Re: ntdll: Implement RtlCopySecurityDescriptor [take 2]

2005-06-17 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > +/** > + * RtlCopyAcl [EMAIL PROTECTED] > + */ > +BOOLEAN WINAPI RtlCopyAcl(DWORD nDestinationAclLength, PACL pDestinationAcl, > PACL pSourceAcl) I don't see any RtlCopyA

Re: ntdll: Implement RtlCopySecurityDescriptor

2005-06-16 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > +/** > + * RtlCopyAcl [EMAIL PROTECTED] > + */ > +BOOLEAN WINAPI RtlCopyAcl(DWORD nDestinationAclLength, PACL pDestinationAcl, > PACL pSourceAcl) > +{ > +DWORD size =