Platform SDK: Transaction Server |
ITransactionEnlistmentAsync::AbortRequestDone
The resource manager invokes this method to inform the transaction manager that it has successfully aborted the transaction.
HRESULT AbortRequestDone (
HRESULT |
hr); |
Parameters
hr [in]
S_OK indicates that the transaction has been aborted.
Return Values
S_OK
Success. The enlistment has accepted the notification.
E_FAIL
AbortRequestDone was called illegally.
E_INVALIDARG
An invalid hr was specified.