// ntddk.h
PTXN_PARAMETER_BLOCK IoGetTransactionParameterBlock(
[in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI reference
No description available.
The IoGetTransactionParameterBlock routine returns the transaction parameter block for a transacted file operation.
FileObject
[in]A pointer to a file object for the file.
The IoGetTransactionParameterBlock routine returns a pointer to the TXN_PARAMETER_BLOCK structure if the file operation is transacted, otherwise it returns NULL.