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