Hi all,
How can a user application calling CreatFile(), pass an open structure to
driver as a part of the FsContext field of the FileObject, created by the
IO Manager as a result of this call?
Thanks a lot,
Rajinder
Hi all,
How can a user application calling CreatFile(), pass an open structure to
driver as a part of the FsContext field of the FileObject, created by the
IO Manager as a result of this call?
Thanks a lot,
Rajinder
The user can’t pass anything as part of the FsContext field. This field is
reserved for the use of Top Level drivers, typically FileSystem drivers.
Generally such a driver will record information about the specific user
create request that started this IO connection to the top level device
driver. A filesystem driver, for example, might store information about
which file was opened by a NtCreateFile request.
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
www.hollistech.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
xxxxx@hotmail.com
Sent: Tuesday, September 19, 2000 9:46 PM
To: NT Developers Interest List
Subject: [ntdev] FsContext field of the FileObjectHi all,
How can a user application calling CreatFile(), pass an open structure to
driver as a part of the FsContext field of the FileObject, created by the
IO Manager as a result of this call?Thanks a lot,
Rajinder
You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)