IDtcToXaMapper::ReleaseResourceManager

Used to tell the DTC Proxy to release an RM cookie that was obtained from the call to RequestNewResourceManager.

HRESULT ReleaseResourceManager (
DWORD    dwRMCookie);
};

Parameters

dwRMCookie [in]
The RM cookie that was obtained from call to RequestNewResourceManager.

Return Values

S_OK
Success.

E_INVALIDARG
One or more of the parameters are not valid.

Comments

This method allows the DTC Proxy to free up any resources ties to the RM cookie. The RM cookie should not be used after this call.