NtRenameTransactionManager function (wdm.h)
The NtRenameTransactionManager routine changes the identity of the transaction manager object that is stored in the CLFS log file stream contained in the log file name.
Syntax
__kernel_entry NTSYSCALLAPI NTSTATUS NtRenameTransactionManager(
[in] PUNICODE_STRING LogFileName,
[in] LPGUID ExistingTransactionManagerGuid
);
Parameters
[in] LogFileName
[in] ExistingTransactionManagerGuid
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wdm.h |
IRQL | <=APC_LEVEL |