IoCreateStreamFileObject(): create+destroy HANDLE -> do not create HANDLE
authorshort <>
Fri, 22 Nov 2002 02:24:07 +0000 (02:24 +0000)
committershort <>
Fri, 22 Nov 2002 02:24:07 +0000 (02:24 +0000)
commit1465a77f01a8cc6abd3813d8ad410c5a64cf2c5a
tree43be1f2539bf5bd6236b05949b0dbdf20b3ba1e8
parent44c63ec5fd802970f438f4a538ea468b30d44917
IoCreateStreamFileObject(): create+destroy HANDLE -> do not create HANDLE
 - invoked some bug of ZwClose() but it is wasteful anyway
IoCreateStreamFileObject(): FO_DIRECT_DEVICE_OPEN -> FO_STREAM_FILE
 - to comply with W32 documentation although I am not sure of the real requirements
ntoskrnl/io/create.c