Hi, all
I’m porting legacy filesystem driver into Vista’s TxF enviroment. My
question is: is there any way how to obtain transaction ID in
IRP_MJ_CREATE before I’ll send it down the stack to NTFS.SYS ? Or simply
said, where does the TxnParameters from IO_DRIVER_CREATE_CONTEXT during
IoCreateFileEx end up in IRP_MJ_CREATE ?
thanks for any hint.
Martin
Hi Martin
Have a look at filespy in WDK 6000 or later; I believe the answer and some
more is there for you 
Cheers
Lyndon
“Martin Hron” wrote in message news:xxxxx@ntfsd…
Hi, all
I’m porting legacy filesystem driver into Vista’s TxF enviroment. My
question is: is there any way how to obtain transaction ID in IRP_MJ_CREATE
before I’ll send it down the stack to NTFS.SYS ? Or simply said, where does
the TxnParameters from IO_DRIVER_CREATE_CONTEXT during IoCreateFileEx end up
in IRP_MJ_CREATE ?
thanks for any hint.
Martin
Hi and thanks for answer,
but by IoGetTransactionParameterBlock I’m able to find
TRANSACTION_PARAMETER_BLOCK on post create, is there any way how to
detect on precreate that incoming IRP_MJ_CREATE should be bound to a
transaction ?.
Regards
Martin
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Lyndon J Clarke
Sent: Wednesday, June 20, 2007 1:51 AM
To: Windows File Systems Devs Interest List
Subject: Re:[ntfsd] VISTA Transactions and IO_DRIVER_CREATE_CONTEXT
Hi Martin
Have a look at filespy in WDK 6000 or later; I believe the answer and
some more is there for you 
Cheers
Lyndon
“Martin Hron” wrote in message
news:xxxxx@ntfsd…
Hi, all
I’m porting legacy filesystem driver into Vista’s TxF enviroment. My
question is: is there any way how to obtain transaction ID in
IRP_MJ_CREATE before I’ll send it down the stack to NTFS.SYS ? Or simply
said, where does the TxnParameters from IO_DRIVER_CREATE_CONTEXT during
IoCreateFileEx end up in IRP_MJ_CREATE ?
thanks for any hint.
Martin
—
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@sodatsw.cz To
unsubscribe send a blank email to xxxxx@lists.osr.com