kernel32: Handle the SECURITY_* flags passed into CreateFileW by filling out the...
authorRob Shearman <rob@codeweavers.com>
Fri, 19 Jan 2007 13:00:29 +0000 (07:00 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Jan 2007 11:02:04 +0000 (12:02 +0100)
commit8132707bce02a70dab50062d7f038380ed885179
tree57e1a0fadece619fd3eb8b98aa35d133b97bbf7b
parent0debcf5b1e1525b189918458044a6a6b4ddbe604
kernel32: Handle the SECURITY_* flags passed into CreateFileW by filling out the SECURITY_QUALITY_OF_SERVICE structure and passing it to NtCreateFile.

Print a fixme in NtCreateFile if the SECURITY_QUALITY_OF_SERVICE
structure is specified, since it isn't handled yet.
dlls/kernel32/file.c
dlls/ntdll/file.c