wineserver CreateFile flags

Robert Shearman rob at codeweavers.com
Mon Jun 13 11:10:34 CDT 2005


Andreas Mohr wrote:

>Hi,
>
>the create_file request checks for GENERIC_READ or GENERIC_WRITE,
>but not for GENERIC_ALL.
>

The flags should be mapped from generic to specific access rights. The 
wineserver should then check for a subset of these attributes. This 
would also allow applications to use FILE_READ_DATA and FILE_WRITE_DATA 
and still work.

-- 
Rob Shearman




More information about the wine-devel mailing list