Re: [PATCH] Implement GetShellSecurityDescriptor and test for it

2006-11-06 Thread Andrey Turkin
Please ignore this patch. I'll resubmit corrected version. Francois, thanks! Francois Gouget wrote: On Mon, 6 Nov 2006, Andrey Turkin wrote: [...] The MSDN is wrong: the PSDK does not define any of SHELL_USER_SID, SHELL_USER_PERMISSION or GetShellSecurityDescriptor(). So they should be defined

Re: [PATCH] Implement GetShellSecurityDescriptor and test for it

2006-11-06 Thread Francois Gouget
On Mon, 6 Nov 2006, Andrey Turkin wrote: [...] > > The MSDN is wrong: the PSDK does not define any of SHELL_USER_SID, > > SHELL_USER_PERMISSION or GetShellSecurityDescriptor(). So they should be > > defined in a private shlwapi header, not in include/shlobj.h or > > include/shlwapi.h. > > > Which

Re: [PATCH] Implement GetShellSecurityDescriptor and test for it

2006-11-06 Thread Andrey Turkin
Francois Gouget wrote: On Mon, 6 Nov 2006, Andrey Turkin wrote: [...] The patch also adds 2 structures definitions to include/shlwapi.h. According to MSDN, one of these structures should be placed into include/shlobj.h, The MSDN is wrong: the PSDK does not define any of SHELL_USER_SID, SHEL

Re: [PATCH] Implement GetShellSecurityDescriptor and test for it

2006-11-06 Thread Francois Gouget
On Mon, 6 Nov 2006, Andrey Turkin wrote: [...] > The patch also adds 2 structures definitions to include/shlwapi.h. > According to MSDN, one of these structures should be placed into > include/shlobj.h, The MSDN is wrong: the PSDK does not define any of SHELL_USER_SID, SHELL_USER_PERMISSION or