Module win32transaction

Module wrapping Kernal Transaction Manager functions, as used with transacted NTFS and transacted registry functions.

Comments

All functions accept keyword arguments.

Methods

CreateTransaction
Creates a transaction 

RollbackTransaction
Rolls back a transaction 

RollbackTransactionAsync
Rolls back a transaction asynchronously 

CommitTransaction
Commits a transaction 

CommitTransactionAsync
Commits a transaction asynchronously 

GetTransactionId
Returns the transaction's GUID 

OpenTransaction
Creates a handle to an existing transaction