Create New FileObject with my own file name

Hello,
Is it possible to create the File object (how, if it is) and replace the
existing FO in IRP with it during IRP_MJ_CREATE and send this down to the
lower level driver?


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

Hi,
It is possible. Search mail list archive (june, july) for Pavel Hrdina. One
of his e-mail contains attachment (apisup.c). This file contains nearly all
you want.

Best regards
mari

-----Original Message-----
From: andrew@at.pstu.ac.ru [mailto:andrew@at.pstu.ac.ru]
Sent: Wednesday, December 13, 2000 10:03 AM
To: File Systems Developers
Subject: [ntfsd] Create New FileObject with my own file name

Hello,
Is it possible to create the File object (how, if it is) and replace the
existing FO in IRP with it during IRP_MJ_CREATE and send this down to the
lower level driver?


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


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

> Hello,

Is it possible to create the File object (how, if it is) and replace the
existing FO in IRP with it during IRP_MJ_CREATE and send this down to the
lower level driver?

I have huge doubts. File objects are created by special Obpxxx internal
functions which can be not exposed to drivers at all.
And why is the need in such a thing?

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