NtSetInformationTransactionManager function (wdm.h)
Do not call this routine from kernel-mode code.
Syntax
__kernel_entry NTSYSCALLAPI NTSTATUS NtSetInformationTransactionManager(
[in, optional] HANDLE TmHandle,
[in] TRANSACTIONMANAGER_INFORMATION_CLASS TransactionManagerInformationClass,
[in] PVOID TransactionManagerInformation,
[in] ULONG TransactionManagerInformationLength
);
Parameters
[in, optional] TmHandle
[in] TransactionManagerInformationClass
[in] TransactionManagerInformation
[in] TransactionManagerInformationLength
Return value
See the ZwXxx equivalent.
Do not call this routine from kernel-mode code; instead, call the ZwXxx equivalent. User-mode code can call this routine or the ZwXxx equivalent. For further comments, if any, see the ZwXxx equivalent
The driver must check the return value of the function.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wdm.h |
IRQL | <=APC_LEVEL |
See also
See the ZwXxx equivalent.