IoCancelFileOpen()

Hi all,

What function should be used to close file objects from IRP_MJ_CREATE
completion routine?
IoCancelFileOpen() doesn’t work in NT 4.0.

Thanks in advance.
-Abel.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

The solution for nt4 is to send your own cleanup and close for the file
object.

Rob Linegar
Software Engineer
Data Encryption Systems Limited

-----Original Message-----
From: Abel Mu?oz Alcaraz [mailto:xxxxx@trymedia.com]
Sent: 17 January 2001 15:55
To: File Systems Developers
Subject: [ntfsd] IoCancelFileOpen()

Hi all,

What function should be used to close file objects from IRP_MJ_CREATE
completion routine?
IoCancelFileOpen() doesn’t work in NT 4.0.

Thanks in advance.
-Abel.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> What function should be used to close file objects from IRP_MJ_CREATE

completion routine?
IoCancelFileOpen() doesn’t work in NT 4.0.

Disassemble IoCancelFileOpen and re-implement the same on NT4 - the function
is rather short. It sends CLEANUP and CLOSE IRPs - and only this.

Max


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com