BeginTransaction method overview

The BeginTransaction method is called to explicitly start a transaction.

This method is optional because some resources are non-transactional, and for others, a transaction is implicitly started when the connection is established.
MPIRC BeginTransaction (HMPIADAPT  
hAdapter, HMPICONNECT  hConnection)

Inputs

hAdapter
Adapter handle
hConnection
Connection handle

Outputs

None

Returns

Success status

This method is always invoked following a Connect call and before any Get or Put calls. If the adapter operates in the mode in which the listener and map connection threads are combined, BeginTransaction is called prior to the Listen call.