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
Hi,
the create_file request checks for GENERIC_READ or GENERIC_WRITE,
but not for GENERIC_ALL.
http://groups.google.de/group/microsoft.public.vc.language/browse_thread/thread/167a5c6c5460f77c/f9e971b2f468cba4?q=CreateFile+GENERIC_ALL&rnum=20#f9e971b2f468cba4
Documented on MSDN via
http://msdn.mi