Group: Kernel Transaction Manager - Library: ktmw32
Copying files as a transacted operation (Vista)
BOOL WINAPI RollbackTransaction(
__in HANDLE TransactionHandle
);
DECLARE INTEGER RollbackTransaction IN KtmW32;
INTEGER TransactionHandle TransactionHandle A handle to the transaction.
If the function succeeds, the return value is nonzero.
Requires Windows Vista.
See also: CreateTransaction, CommitTransaction.
Home