XA Two-Pipe Resource Manager Pseudo-Object

 

Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista

The XA two-pipe resource manager pseudo-object represents a XA resource manager based on the two-pipe coordination model implemented by the MSDTC XA transaction manager.

Origin: The application creates an XA two-pipe resource manager object by calling the IDtcToXaMapper::RequestNewResourceManager method. The pszRMCookie output parameter on this method call represents this object.
Occurrences: There is a unique XA two-pipe resource manager pseudo-object for every open string and XA resource manager DLL combination specified by client applications. This object is in the XATM. Proxies to this object are exposed by the MSDTC proxy.
Duration: The lifetime of this object is scoped by the open references to this object plus by pending transactions enlisted on this resource manager.
Interfaces: None