Partager via


IoGetTransactionParameterBlock, fonction (ntddk.h)

La routine IoGetTransactionParameterBlock retourne le bloc de paramètres de transaction pour une opération de fichier transactionnelle.

Syntaxe

PTXN_PARAMETER_BLOCK IoGetTransactionParameterBlock(
  [in] PFILE_OBJECT FileObject
);

Paramètres

[in] FileObject

Pointeur vers un objet de fichier pour le fichier.

Valeur de retour

La routine IoGetTransactionParameterBlock retourne un pointeur vers la structure TXN_PARAMETER_BLOCK si l’opération de fichier est traitée, sinon elle retourne NULL.

Exigences

Exigence Valeur
client minimum pris en charge Windows Vista et versions ultérieures
plateforme cible Universel
d’en-tête ntddk.h (include Ntddk.h, Ntifs.h, Fltkernel.h)
bibliothèque NtosKrnl.lib
DLL NtosKrnl.exe
IRQL N’importe quel niveau

Voir aussi

TXN_PARAMETER_BLOCK