Fonction NtSetInformationTransactionManager (wdm.h)

N’appelez pas cette routine à partir du code en mode noyau.

Syntaxe

__kernel_entry NTSYSCALLAPI NTSTATUS NtSetInformationTransactionManager(
  [in, optional] HANDLE                               TmHandle,
  [in]           TRANSACTIONMANAGER_INFORMATION_CLASS TransactionManagerInformationClass,
  [in]           PVOID                                TransactionManagerInformation,
  [in]           ULONG                                TransactionManagerInformationLength
);

Paramètres

[in, optional] TmHandle

[in] TransactionManagerInformationClass

[in] TransactionManagerInformation

[in] TransactionManagerInformationLength

Valeur retournée

Voir l’équivalent ZwXxx .

N’appelez pas cette routine à partir du code en mode noyau ; au lieu de cela, appelez l’équivalent ZwXxx . Le code en mode utilisateur peut appeler cette routine ou l’équivalent ZwXxx . Pour obtenir d’autres commentaires, le cas échéant, consultez l’équivalent ZwXxx

Le pilote doit case activée la valeur de retour de la fonction .

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête wdm.h
IRQL <=APC_LEVEL

Voir aussi

Voir l’équivalent ZwXxx .